#6fbce8

Color #6FBCE8 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6FBCE8

Tints of Malibu #6FBCE8

Color information

#6FBCE8 (or 0x6FBCE8) is unknown color: approx Malibu. HEX triplet: 6F, BC and E8. RGB value is (111,188,232). Sum of RGB (Red+Green+Blue) = 111+188+232=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FBCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBCE8 is #904317. Grayscale: #A9A9A9. Windows color (decimal): -9454360 or 15252591. OLE color: 15252591.

HSL color Cylindrical-coordinate representation of color #6FBCE8: hue angle of 201.82º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBCE8 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111188232-
CMYK0.520.1900.09
HSL201.82º72.46%67.25%-
HSV(B)201.82º52.16%90.98%-
XYZ39.145.1783-
YUV169.99162.9985.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 232 (91.02% from 255) = 43.69%
R=20.90%
G=35.40%
B=43.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1111882320.520.1900.09201.8272.4667.25
Hex6FBCE8341309ca4843
Octal1572743506423011312110103
Binary1101111101111001110100011010010011010011100101010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fbce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6fbce8; }

 p { color: rgb(111,188,232); }

 H1.HeaderClassName
 {
   color: #6fbce8;
 }
 .AnyTagClassName
 {
   color: #6fbce8;
 }
</style>
background-color css

<style>
 a { background-color: #6fbce8; }

 a { background-color: rgb(111,188,232); }

 div.DivClassName
 {
   background-color: #6fbce8;
 }
 .BgClassName
 {
   background-color: #6fbce8;
 }
</style>
border-color css

<style>
 span { border-color: #6fbce8; }

 span { border-color: rgb(111,188,232); }

 td.TdClassName
 {
   border-color: #6fbce8;
 }
 .TagClassName
 {
   border-color: #6fbce8;
 }
</style>