Html Css Color HEX #6ECDDE Spray

📋 copy color: '#6ECDDE'

red 110 ◦ green 205 ◦ blue 222

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

Shades of Spray #6ECDDE

Tints of Spray #6ECDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 20.48%
G = 38.18%
B = 41.34%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ECDDE (or 0x6ECDDE) is known color: Spray. HEX triplet: 6E, CD and DE. RGB value is (110,205,222). Sum of RGB (Red+Green+Blue) = 110+205+222=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ECDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDDE is #913221. Grayscale: #B2B2B2. Windows color (decimal): -9515554 or 14601582. OLE color: 14601582.

HSL color Cylindrical-coordinate representation of color #6ECDDE: hue angle of 189.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECDDE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 205 222 -
CMYK 0.50 0.08 0 0.13
HSL 189.11º 0.63% 0.65% -
HSV(B) 189.11º 0.5% 0.87% -
XYZ 41.45 52.25 77.01 -
YUV 178.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 110 205 222 0.50 0.08 0 0.13 189.11 0.63 0.65
Hex 6E CD DE 32 8 0 D BD 3F 41
Octal 156 315 336 62 10 0 15 275 77 101
Binary 1101110 11001101 11011110 110010 1000 0 1101 10111101 111111 1000001

Color Harmonies of #6ECDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDDE

Black with #6ECDDE

Text Example


Text Example

White with #6ECDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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