#6FAED8

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

Shades of Malibu #6FAED8

Tints of Malibu #6FAED8

Color information

#6FAED8 (or 0x6FAED8) is unknown color: approx Malibu. HEX triplet: 6F, AE and D8. RGB value is (111,174,216). Sum of RGB (Red+Green+Blue) = 111+174+216=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #6FAED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAED8 is #905127. Grayscale: #9F9F9F. Windows color (decimal): -9457960 or 14200431. OLE color: 14200431.

HSL color Cylindrical-coordinate representation of color #6FAED8: hue angle of 204º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FAED8 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111174216-
CMYK0.490.1900.15
HSL204º57.38%64.12%-
HSV(B)204º48.61%84.71%-
XYZ34.0938.6170.62-
YUV159.95159.6393.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.16%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=22.16%
G=34.73%
B=43.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111742160.490.1900.1520457.3864.12
Hex6FAED831130Fcc3940
Octal157256330612301731471100
Binary110111110101110110110001100011001101111110011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,216); }

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

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

 a { background-color: rgb(111,174,216); }

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

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

 span { border-color: rgb(111,174,216); }

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