#6FB9E6

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

Shades of Malibu #6FB9E6

Tints of Malibu #6FB9E6

Color information

#6FB9E6 (or 0x6FB9E6) is unknown color: approx Malibu. HEX triplet: 6F, B9 and E6. RGB value is (111,185,230). Sum of RGB (Red+Green+Blue) = 111+185+230=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FB9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB9E6 is #904619. Grayscale: #A7A7A7. Windows color (decimal): -9455130 or 15120751. OLE color: 15120751.

HSL color Cylindrical-coordinate representation of color #6FB9E6: hue angle of 202.69º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FB9E6 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111185230-
CMYK0.520.2000.10
HSL202.69º70.41%66.86%-
HSV(B)202.69º51.74%90.2%-
XYZ38.1943.7981.3-
YUV168162.9887.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 230 (90.23% from 255) = 43.73%
R=21.10%
G=35.17%
B=43.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111852300.520.2000.10202.6970.4166.86
Hex6FB9E634140Acb4643
Octal1572713466424012313106103
Binary1101111101110011110011011010010100010101100101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,185,230); }

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

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

 a { background-color: rgb(111,185,230); }

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

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

 span { border-color: rgb(111,185,230); }

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