#6FC9E9

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

Shades of Spray #6FC9E9

Tints of Spray #6FC9E9

Color information

#6FC9E9 (or 0x6FC9E9) is unknown color: approx Spray. HEX triplet: 6F, C9 and E9. RGB value is (111,201,233). Sum of RGB (Red+Green+Blue) = 111+201+233=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FC9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC9E9 is #903616. Grayscale: #B1B1B1. Windows color (decimal): -9451031 or 15321455. OLE color: 15321455.

HSL color Cylindrical-coordinate representation of color #6FC9E9: hue angle of 195.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FC9E9 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111201233-
CMYK0.520.1400.09
HSL195.74º73.49%67.45%-
HSV(B)195.74º52.36%91.37%-
XYZ42.1551.0484.72-
YUV177.74159.1880.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.37%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=20.37%
G=36.88%
B=42.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112012330.520.1400.09195.7473.4967.45
Hex6FC9E934E09c44943
Octal1573113516416011304111103
Binary110111111001001111010011101001110010011100010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,201,233); }

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

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

 a { background-color: rgb(111,201,233); }

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

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

 span { border-color: rgb(111,201,233); }

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