#6FC9E7

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

Shades of Spray #6FC9E7

Tints of Spray #6FC9E7

Color information

#6FC9E7 (or 0x6FC9E7) is unknown color: approx Spray. HEX triplet: 6F, C9 and E7. RGB value is (111,201,231). Sum of RGB (Red+Green+Blue) = 111+201+231=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FC9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC9E7 is #903618. Grayscale: #B1B1B1. Windows color (decimal): -9451033 or 15190383. OLE color: 15190383.

HSL color Cylindrical-coordinate representation of color #6FC9E7: hue angle of 195º degrees, saturation: 0.71, 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 #6FC9E7 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111201231-
CMYK0.520.1300.09
HSL195º71.43%67.06%-
HSV(B)195º51.95%90.59%-
XYZ41.8750.9283.22-
YUV177.51158.1880.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.44%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 231 (90.62% from 255) = 42.54%
R=20.44%
G=37.02%
B=42.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112012310.520.1300.0919571.4367.06
Hex6FC9E734D09c34743
Octal1573113476415011303107103
Binary110111111001001111001111101001101010011100001110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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