#6FB3E1

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

Shades of Malibu #6FB3E1

Tints of Malibu #6FB3E1

Color information

#6FB3E1 (or 0x6FB3E1) is unknown color: approx Malibu. HEX triplet: 6F, B3 and E1. RGB value is (111,179,225). Sum of RGB (Red+Green+Blue) = 111+179+225=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FB3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB3E1 is #904C1E. Grayscale: #A3A3A3. Windows color (decimal): -9456671 or 14791535. OLE color: 14791535.

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

Color convert

RGB111179225-
CMYK0.510.2000.12
HSL204.21º65.52%65.88%-
HSV(B)204.21º50.67%88.24%-
XYZ36.2741.0677.25-
YUV163.91162.4790.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.55%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=21.55%
G=34.76%
B=43.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111792250.510.2000.12204.2165.5265.88
Hex6FB3E133140Ccc4242
Octal1572633416324014314102102
Binary1101111101100111110000111001110100011001100110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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