#6BB9DF

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

Shades of Malibu #6BB9DF

Tints of Malibu #6BB9DF

Color information

#6BB9DF (or 0x6BB9DF) is unknown color: approx Malibu. HEX triplet: 6B, B9 and DF. RGB value is (107,185,223). Sum of RGB (Red+Green+Blue) = 107+185+223=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9DF is #944620. Grayscale: #A5A5A5. Windows color (decimal): -9717281 or 14661995. OLE color: 14661995.

HSL color Cylindrical-coordinate representation of color #6BB9DF: hue angle of 199.66º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB9DF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107185223-
CMYK0.520.1700.13
HSL199.66º64.44%64.71%-
HSV(B)199.66º52.02%87.45%-
XYZ36.7343.1576.21-
YUV166.01160.1685.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=20.78%
G=35.92%
B=43.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071852230.520.1700.13199.6664.4464.71
Hex6BB9DF34110Dc84041
Octal1532713376421015310100101
Binary1101011101110011101111111010010001011011100100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,185,223); }

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

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

 a { background-color: rgb(107,185,223); }

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

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

 span { border-color: rgb(107,185,223); }

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