Html Css Color HEX #6EC9CD Spray

📋 copy color: '#6EC9CD'

red 110 ◦ green 201 ◦ blue 205

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

Shades of Spray #6EC9CD

Tints of Spray #6EC9CD

RGB

 RED value IS 110 (43.36% from 255) = 21.32%

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 21.32%
G = 38.95%
B = 39.73%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EC9CD (or 0x6EC9CD) is known color: Spray. HEX triplet: 6E, C9 and CD. RGB value is (110,201,205). Sum of RGB (Red+Green+Blue) = 110+201+205=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9CD is #913632. Grayscale: #AEAEAE. Windows color (decimal): -9516595 or 13486446. OLE color: 13486446.

HSL color Cylindrical-coordinate representation of color #6EC9CD: hue angle of 182.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC9CD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 201 205 -
CMYK 0.46 0.02 0 0.20
HSL 182.53º 0.49% 0.62% -
HSV(B) 182.53º 0.46% 0.8% -
XYZ 38.34 49.5 65.29 -
YUV 174.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 110 201 205 0.46 0.02 0 0.20 182.53 0.49 0.62
Hex 6E C9 CD 2E 2 0 14 B7 31 3E
Octal 156 311 315 56 2 0 24 267 61 76
Binary 1101110 11001001 11001101 101110 10 0 10100 10110111 110001 111110

Color Harmonies of #6EC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC9CD

Black with #6EC9CD

Text Example


Text Example

White with #6EC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,201,205); }

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

background-color css

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

 a { background-color: rgb(110,201,205); }

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

border-color css

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

 span { border-color: rgb(110,201,205); }

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