#6FB2E1

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

Shades of Malibu #6FB2E1

Tints of Malibu #6FB2E1

Color information

#6FB2E1 (or 0x6FB2E1) is unknown color: approx Malibu. HEX triplet: 6F, B2 and E1. RGB value is (111,178,225). Sum of RGB (Red+Green+Blue) = 111+178+225=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FB2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2E1 is #904D1E. Grayscale: #A3A3A3. Windows color (decimal): -9456927 or 14791279. OLE color: 14791279.

HSL color Cylindrical-coordinate representation of color #6FB2E1: hue angle of 204.74º 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 #6FB2E1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111178225-
CMYK0.510.2100.12
HSL204.74º65.52%65.88%-
HSV(B)204.74º50.67%88.24%-
XYZ36.0740.6677.18-
YUV163.32162.890.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.60%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=21.60%
G=34.63%
B=43.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111782250.510.2100.12204.7465.5265.88
Hex6FB2E133150Ccd4242
Octal1572623416325014315102102
Binary1101111101100101110000111001110101011001100110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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