Html Css Color HEX #6CEAD1 Downy

📋 copy color: '#6CEAD1'

red 108 ◦ green 234 ◦ blue 209

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

Shades of Downy #6CEAD1

Tints of Downy #6CEAD1

RGB

 RED value IS 108 (42.58% from 255) = 19.6%

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 19.6%
G = 42.47%
B = 37.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#6CEAD1 (or 0x6CEAD1) is known color: Downy. HEX triplet: 6C, EA and D1. RGB value is (108,234,209). Sum of RGB (Red+Green+Blue) = 108+234+209=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEAD1 is #93152E. Grayscale: #C1C1C1. Windows color (decimal): -9639215 or 13757036. OLE color: 13757036.

HSL color Cylindrical-coordinate representation of color #6CEAD1: hue angle of 168.1º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEAD1 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 234 209 -
CMYK 0.54 0 0.11 0.08
HSL 168.1º 0.75% 0.67% -
HSV(B) 168.1º 0.54% 0.92% -
XYZ 47.12 66.64 70.7 -
YUV 193.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 108 234 209 0.54 0 0.11 0.08 168.1 0.75 0.67
Hex 6C EA D1 36 0 B 8 A8 4B 43
Octal 154 352 321 66 0 13 10 250 113 103
Binary 1101100 11101010 11010001 110110 0 1011 1000 10101000 1001011 1000011

Color Harmonies of #6CEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEAD1

Black with #6CEAD1

Text Example


Text Example

White with #6CEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,234,209); }

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

background-color css

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

 a { background-color: rgb(108,234,209); }

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

border-color css

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

 span { border-color: rgb(108,234,209); }

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