#6FB2DB

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

Shades of Malibu #6FB2DB

Tints of Malibu #6FB2DB

Color information

#6FB2DB (or 0x6FB2DB) is unknown color: approx Malibu. HEX triplet: 6F, B2 and DB. RGB value is (111,178,219). Sum of RGB (Red+Green+Blue) = 111+178+219=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FB2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2DB is #904D24. Grayscale: #A2A2A2. Windows color (decimal): -9456933 or 14398063. OLE color: 14398063.

HSL color Cylindrical-coordinate representation of color #6FB2DB: hue angle of 202.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB2DB is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111178219-
CMYK0.490.1900.14
HSL202.78º60%64.71%-
HSV(B)202.78º49.32%85.88%-
XYZ35.2640.3372.94-
YUV162.64159.891.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.85%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=21.85%
G=35.04%
B=43.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111782190.490.1900.14202.786064.71
Hex6FB2DB31130Ecb3c41
Octal157262333612301631374101
Binary110111110110010110110111100011001101110110010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,219); }

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

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

 a { background-color: rgb(111,178,219); }

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

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

 span { border-color: rgb(111,178,219); }

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