Html Css Color HEX #6DC9CE Spray

📋 copy color: '#6DC9CE'

red 109 ◦ green 201 ◦ blue 206

#6DC9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #6DC9CE

Tints of Spray #6DC9CE

RGB

 RED value IS 109 (42.97% from 255) = 21.12%

 GREEN value IS 201 (78.91% from 255) = 38.95%

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 21.12%
G = 38.95%
B = 39.92%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DC9CE (or 0x6DC9CE) is known color: Spray. HEX triplet: 6D, C9 and CE. RGB value is (109,201,206). Sum of RGB (Red+Green+Blue) = 109+201+206=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9CE is #923631. Grayscale: #ADADAD. Windows color (decimal): -9582130 or 13551981. OLE color: 13551981.

HSL color Cylindrical-coordinate representation of color #6DC9CE: hue angle of 183.09º 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 #6DC9CE is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 201 206 -
CMYK 0.47 0.02 0 0.19
HSL 183.09º 0.5% 0.62% -
HSV(B) 183.09º 0.47% 0.81% -
XYZ 38.33 49.48 65.92 -
YUV 174.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 109 201 206 0.47 0.02 0 0.19 183.09 0.5 0.62
Hex 6D C9 CE 2F 2 0 13 B7 32 3E
Octal 155 311 316 57 2 0 23 267 62 76
Binary 1101101 11001001 11001110 101111 10 0 10011 10110111 110010 111110

Color Harmonies of #6DC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC9CE

Black with #6DC9CE

Text Example


Text Example

White with #6DC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DC9CE;
 }
 .AnyTagClassName
 {
   color: #6DC9CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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