#6BB9DD

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

Shades of Malibu #6BB9DD

Tints of Malibu #6BB9DD

Color information

#6BB9DD (or 0x6BB9DD) is unknown color: approx Malibu. HEX triplet: 6B, B9 and DD. RGB value is (107,185,221). Sum of RGB (Red+Green+Blue) = 107+185+221=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9DD is #944622. Grayscale: #A5A5A5. Windows color (decimal): -9717283 or 14530923. OLE color: 14530923.

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

Color convert

RGB107185221-
CMYK0.520.1600.13
HSL198.95º62.64%64.31%-
HSV(B)198.95º51.58%86.67%-
XYZ36.4643.0474.79-
YUV165.78159.1686.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=20.86%
G=36.06%
B=43.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071852210.520.1600.13198.9562.6464.31
Hex6BB9DD34100Dc73f40
Octal153271335642001530777100
Binary110101110111001110111011101001000001101110001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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