#6BB9D7

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

Shades of Malibu #6BB9D7

Tints of Malibu #6BB9D7

Color information

#6BB9D7 (or 0x6BB9D7) is unknown color: approx Malibu. HEX triplet: 6B, B9 and D7. RGB value is (107,185,215). Sum of RGB (Red+Green+Blue) = 107+185+215=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BB9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9D7 is #944628. Grayscale: #A4A4A4. Windows color (decimal): -9717289 or 14137707. OLE color: 14137707.

HSL color Cylindrical-coordinate representation of color #6BB9D7: hue angle of 196.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BB9D7 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB107185215-
CMYK0.500.1400.16
HSL196.67º57.45%63.14%-
HSV(B)196.67º50.23%84.31%-
XYZ35.6842.7370.66-
YUV165.1156.1686.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.10%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=21.10%
G=36.49%
B=42.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1071852150.500.1400.16196.6757.4563.14
Hex6BB9D732E010c5393f
Octal15327132762160203057177
Binary11010111011100111010111110010111001000011000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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