#6FB5EA

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

Shades of Malibu #6FB5EA

Tints of Malibu #6FB5EA

Color information

#6FB5EA (or 0x6FB5EA) is unknown color: approx Malibu. HEX triplet: 6F, B5 and EA. RGB value is (111,181,234). Sum of RGB (Red+Green+Blue) = 111+181+234=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FB5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB5EA is #904A15. Grayscale: #A5A5A5. Windows color (decimal): -9456150 or 15381871. OLE color: 15381871.

HSL color Cylindrical-coordinate representation of color #6FB5EA: hue angle of 205.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB5EA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111181234-
CMYK0.530.2300.08
HSL205.85º74.55%67.65%-
HSV(B)205.85º52.56%91.76%-
XYZ37.9342.3784.02-
YUV166.11166.3188.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=21.10%
G=34.41%
B=44.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111812340.530.2300.08205.8574.5567.65
Hex6FB5EA351708ce4b44
Octal1572653526527010316113104
Binary1101111101101011110101011010110111010001100111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,234); }

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

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

 a { background-color: rgb(111,181,234); }

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

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

 span { border-color: rgb(111,181,234); }

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