Html Css Color HEX #6AE8D1 Downy

📋 copy color: '#6AE8D1'

red 106 ◦ green 232 ◦ blue 209

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

Shades of Downy #6AE8D1

Tints of Downy #6AE8D1

RGB

 RED value IS 106 (41.8% from 255) = 19.38%

 GREEN value IS 232 (91.02% from 255) = 42.41%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 19.38%
G = 42.41%
B = 38.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#6AE8D1 (or 0x6AE8D1) is known color: Downy. HEX triplet: 6A, E8 and D1. RGB value is (106,232,209). Sum of RGB (Red+Green+Blue) = 106+232+209=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8D1 is #95172E. Grayscale: #BFBFBF. Windows color (decimal): -9770799 or 13756522. OLE color: 13756522.

HSL color Cylindrical-coordinate representation of color #6AE8D1: hue angle of 169.05º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8D1 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 232 209 -
CMYK 0.54 0 0.10 0.09
HSL 169.05º 0.73% 0.66% -
HSV(B) 169.05º 0.54% 0.91% -
XYZ 46.31 65.38 70.5 -
YUV 191.7 137.76 66.87 -
System Red Green Blue C M Y K H S L
Decimal 106 232 209 0.54 0 0.10 0.09 169.05 0.73 0.66
Hex 6A E8 D1 36 0 A 9 A9 49 42
Octal 152 350 321 66 0 12 11 251 111 102
Binary 1101010 11101000 11010001 110110 0 1010 1001 10101001 1001001 1000010

Color Harmonies of #6AE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE8D1

Black with #6AE8D1

Text Example


Text Example

White with #6AE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,232,209); }

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

background-color css

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

 a { background-color: rgb(106,232,209); }

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

border-color css

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

 span { border-color: rgb(106,232,209); }

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