#6FCEDB

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

Shades of Spray #6FCEDB

Tints of Spray #6FCEDB

Color information

#6FCEDB (or 0x6FCEDB) is unknown color: approx Spray. HEX triplet: 6F, CE and DB. RGB value is (111,206,219). Sum of RGB (Red+Green+Blue) = 111+206+219=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEDB is #903124. Grayscale: #B2B2B2. Windows color (decimal): -9449765 or 14405231. OLE color: 14405231.

HSL color Cylindrical-coordinate representation of color #6FCEDB: hue angle of 187.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FCEDB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111206219-
CMYK0.490.0600.14
HSL187.22º60%64.71%-
HSV(B)187.22º49.32%85.88%-
XYZ41.4152.6475-
YUV179.08150.5379.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.71%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=20.71%
G=38.43%
B=40.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112062190.490.0600.14187.226064.71
Hex6FCEDB3160Ebb3c41
Octal15731633361601627374101
Binary1101111110011101101101111000111001110101110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,206,219); }

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

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

 a { background-color: rgb(111,206,219); }

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

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

 span { border-color: rgb(111,206,219); }

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