Html Css Color HEX #6ECDDC Spray

📋 copy color: '#6ECDDC'

red 110 ◦ green 205 ◦ blue 220

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

Shades of Spray #6ECDDC

Tints of Spray #6ECDDC

RGB

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

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

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

R = 20.56%
G = 38.32%
B = 41.12%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ECDDC (or 0x6ECDDC) is known color: Spray. HEX triplet: 6E, CD and DC. RGB value is (110,205,220). Sum of RGB (Red+Green+Blue) = 110+205+220=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ECDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDDC is #913223. Grayscale: #B2B2B2. Windows color (decimal): -9515556 or 14470510. OLE color: 14470510.

HSL color Cylindrical-coordinate representation of color #6ECDDC: hue angle of 188.18º 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 #6ECDDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 205 220 -
CMYK 0.50 0.07 0 0.14
HSL 188.18º 0.61% 0.65% -
HSV(B) 188.18º 0.5% 0.86% -
XYZ 41.18 52.14 75.6 -
YUV 178.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 110 205 220 0.50 0.07 0 0.14 188.18 0.61 0.65
Hex 6E CD DC 32 7 0 E BC 3D 41
Octal 156 315 334 62 7 0 16 274 75 101
Binary 1101110 11001101 11011100 110010 111 0 1110 10111100 111101 1000001

Color Harmonies of #6ECDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDDC

Black with #6ECDDC

Text Example


Text Example

White with #6ECDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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