#6fb6e1

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

Shades of Malibu #6FB6E1

Tints of Malibu #6FB6E1

Color information

#6FB6E1 (or 0x6FB6E1) is unknown color: approx Malibu. HEX triplet: 6F, B6 and E1. RGB value is (111,182,225). Sum of RGB (Red+Green+Blue) = 111+182+225=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FB6E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB6E1 is #90491E. Grayscale: #A5A5A5. Windows color (decimal): -9455903 or 14792303. OLE color: 14792303.

HSL color Cylindrical-coordinate representation of color #6FB6E1: hue angle of 202.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FB6E1 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111182225-
CMYK0.510.1900.12
HSL202.63º65.52%65.88%-
HSV(B)202.63º50.67%88.24%-
XYZ36.8742.2777.45-
YUV165.67161.4889-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.43%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=21.43%
G=35.14%
B=43.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111822250.510.1900.12202.6365.5265.88
Hex6FB6E133130Ccb4242
Octal1572663416323014313102102
Binary1101111101101101110000111001110011011001100101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fb6e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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