#6FB6D9

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

Shades of Malibu #6FB6D9

Tints of Malibu #6FB6D9

Color information

#6FB6D9 (or 0x6FB6D9) is unknown color: approx Malibu. HEX triplet: 6F, B6 and D9. RGB value is (111,182,217). Sum of RGB (Red+Green+Blue) = 111+182+217=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FB6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB6D9 is #904926. Grayscale: #A4A4A4. Windows color (decimal): -9455911 or 14268015. OLE color: 14268015.

HSL color Cylindrical-coordinate representation of color #6FB6D9: hue angle of 199.81º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB6D9 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111182217-
CMYK0.490.1600.15
HSL199.81º58.24%64.31%-
HSV(B)199.81º48.85%85.1%-
XYZ35.8141.8571.84-
YUV164.76157.4889.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.76%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=21.76%
G=35.69%
B=42.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111822170.490.1600.15199.8158.2464.31
Hex6FB6D931100Fc83a40
Octal157266331612001731072100
Binary110111110110110110110011100011000001111110010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,182,217); }

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

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

 a { background-color: rgb(111,182,217); }

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

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

 span { border-color: rgb(111,182,217); }

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