Html Css Color HEX #6EDBCA Downy

📋 copy color: '#6EDBCA'

red 110 ◦ green 219 ◦ blue 202

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

Shades of Downy #6EDBCA

Tints of Downy #6EDBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 20.72%
G = 41.24%
B = 38.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6EDBCA (or 0x6EDBCA) is known color: Downy. HEX triplet: 6E, DB and CA. RGB value is (110,219,202). Sum of RGB (Red+Green+Blue) = 110+219+202=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBCA is #912435. Grayscale: #B8B8B8. Windows color (decimal): -9511990 or 13294446. OLE color: 13294446.

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

Color convert

RGB 110 219 202 -
CMYK 0.50 0 0.08 0.14
HSL 170.64º 0.6% 0.65% -
HSV(B) 170.64º 0.5% 0.86% -
XYZ 42.42 58.24 64.88 -
YUV 184.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 110 219 202 0.50 0 0.08 0.14 170.64 0.6 0.65
Hex 6E DB CA 32 0 8 E AB 3C 41
Octal 156 333 312 62 0 10 16 253 74 101
Binary 1101110 11011011 11001010 110010 0 1000 1110 10101011 111100 1000001

Color Harmonies of #6EDBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBCA

Black with #6EDBCA

Text Example


Text Example

White with #6EDBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,202); }

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

background-color css

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

 a { background-color: rgb(110,219,202); }

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

border-color css

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

 span { border-color: rgb(110,219,202); }

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