#6FB6EA

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

Shades of Malibu #6FB6EA

Tints of Malibu #6FB6EA

Color information

#6FB6EA (or 0x6FB6EA) is unknown color: approx Malibu. HEX triplet: 6F, B6 and EA. RGB value is (111,182,234). Sum of RGB (Red+Green+Blue) = 111+182+234=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FB6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB6EA is #904915. Grayscale: #A6A6A6. Windows color (decimal): -9455894 or 15382127. OLE color: 15382127.

HSL color Cylindrical-coordinate representation of color #6FB6EA: hue angle of 205.37º 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 #6FB6EA is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111182234-
CMYK0.530.2200.08
HSL205.37º74.55%67.65%-
HSV(B)205.37º52.56%91.76%-
XYZ38.1342.7884.09-
YUV166.7165.9888.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.06%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=21.06%
G=34.54%
B=44.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111822340.530.2200.08205.3774.5567.65
Hex6FB6EA351608cd4b44
Octal1572663526526010315113104
Binary1101111101101101110101011010110110010001100110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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