#6FBADD

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

Shades of Malibu #6FBADD

Tints of Malibu #6FBADD

Color information

#6FBADD (or 0x6FBADD) is unknown color: approx Malibu. HEX triplet: 6F, BA and DD. RGB value is (111,186,221). Sum of RGB (Red+Green+Blue) = 111+186+221=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBADD is #904522. Grayscale: #A7A7A7. Windows color (decimal): -9454883 or 14531183. OLE color: 14531183.

HSL color Cylindrical-coordinate representation of color #6FBADD: hue angle of 199.09º 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 #6FBADD is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111186221-
CMYK0.500.1600.13
HSL199.09º61.8%65.1%-
HSV(B)199.09º49.77%86.67%-
XYZ37.1743.7274.89-
YUV167.56158.1587.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.43%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=21.43%
G=35.91%
B=42.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111862210.500.1600.13199.0961.865.1
Hex6FBADD32100Dc73e41
Octal157272335622001530776101
Binary110111110111010110111011100101000001101110001111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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