Html Css Color HEX #6EC8DC Spray

📋 copy color: '#6EC8DC'

red 110 ◦ green 200 ◦ blue 220

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

Shades of Spray #6EC8DC

Tints of Spray #6EC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 20.75%
G = 37.74%
B = 41.51%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EC8DC (or 0x6EC8DC) is known color: Spray. HEX triplet: 6E, C8 and DC. RGB value is (110,200,220). Sum of RGB (Red+Green+Blue) = 110+200+220=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8DC is #913723. Grayscale: #AFAFAF. Windows color (decimal): -9516836 or 14469230. OLE color: 14469230.

HSL color Cylindrical-coordinate representation of color #6EC8DC: hue angle of 190.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EC8DC is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 200 220 -
CMYK 0.50 0.09 0 0.14
HSL 190.91º 0.61% 0.65% -
HSV(B) 190.91º 0.5% 0.86% -
XYZ 40 49.79 75.21 -
YUV 175.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 110 200 220 0.50 0.09 0 0.14 190.91 0.61 0.65
Hex 6E C8 DC 32 9 0 E BF 3D 41
Octal 156 310 334 62 11 0 16 277 75 101
Binary 1101110 11001000 11011100 110010 1001 0 1110 10111111 111101 1000001

Color Harmonies of #6EC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC8DC

Black with #6EC8DC

Text Example


Text Example

White with #6EC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,200,220); }

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

background-color css

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

 a { background-color: rgb(110,200,220); }

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

border-color css

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

 span { border-color: rgb(110,200,220); }

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