#6dc8ce

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

Shades of Spray #6DC8CE

Tints of Spray #6DC8CE

Color information

#6DC8CE (or 0x6DC8CE) is unknown color: approx Spray. HEX triplet: 6D, C8 and CE. RGB value is (109,200,206). Sum of RGB (Red+Green+Blue) = 109+200+206=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8CE is #923731. Grayscale: #ADADAD. Windows color (decimal): -9582386 or 13551725. OLE color: 13551725.

HSL color Cylindrical-coordinate representation of color #6DC8CE: hue angle of 183.71º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DC8CE is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109200206-
CMYK0.470.0300.19
HSL183.71º49.74%61.76%-
HSV(B)183.71º47.09%80.78%-
XYZ38.149.0265.85-
YUV173.48146.3582.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.17%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 206 (80.86% from 255) = 40%
R=21.17%
G=38.83%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092002060.470.0300.19183.7149.7461.76
Hex6DC8CE2F3013b8323e
Octal1553103165730232706276
Binary110110111001000110011101011111101001110111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dc8ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,200,206); }

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

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

 a { background-color: rgb(109,200,206); }

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

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

 span { border-color: rgb(109,200,206); }

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