#6FB1DD

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

Shades of Malibu #6FB1DD

Tints of Malibu #6FB1DD

Color information

#6FB1DD (or 0x6FB1DD) is unknown color: approx Malibu. HEX triplet: 6F, B1 and DD. RGB value is (111,177,221). Sum of RGB (Red+Green+Blue) = 111+177+221=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1DD is #904E22. Grayscale: #A2A2A2. Windows color (decimal): -9457187 or 14528879. OLE color: 14528879.

HSL color Cylindrical-coordinate representation of color #6FB1DD: hue angle of 204º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB1DD is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111177221-
CMYK0.500.2000.13
HSL204º61.8%65.1%-
HSV(B)204º49.77%86.67%-
XYZ35.3340.0474.27-
YUV162.28161.1391.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.81%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=21.81%
G=34.77%
B=43.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111772210.500.2000.1320461.865.1
Hex6FB1DD32140Dcc3e41
Octal157261335622401531476101
Binary110111110110001110111011100101010001101110011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,221); }

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

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

 a { background-color: rgb(111,177,221); }

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

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

 span { border-color: rgb(111,177,221); }

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