#6FC7EA

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

Shades of Malibu #6FC7EA

Tints of Malibu #6FC7EA

Color information

#6FC7EA (or 0x6FC7EA) is unknown color: approx Malibu. HEX triplet: 6F, C7 and EA. RGB value is (111,199,234). Sum of RGB (Red+Green+Blue) = 111+199+234=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FC7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC7EA is #903815. Grayscale: #B0B0B0. Windows color (decimal): -9451542 or 15386479. OLE color: 15386479.

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

Color convert

RGB111199234-
CMYK0.530.1500.08
HSL197.07º74.55%67.65%-
HSV(B)197.07º52.56%91.76%-
XYZ41.8350.1785.32-
YUV176.68160.3581.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.40%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=20.40%
G=36.58%
B=43.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111992340.530.1500.08197.0774.5567.65
Hex6FC7EA35F08c54b44
Octal1573073526517010305113104
Binary110111111000111111010101101011111010001100010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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