Html Css Color HEX #6ADFD2 Downy

📋 copy color: '#6ADFD2'

red 106 ◦ green 223 ◦ blue 210

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

Shades of Downy #6ADFD2

Tints of Downy #6ADFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 19.67%
G = 41.37%
B = 38.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6ADFD2 (or 0x6ADFD2) is known color: Downy. HEX triplet: 6A, DF and D2. RGB value is (106,223,210). Sum of RGB (Red+Green+Blue) = 106+223+210=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFD2 is #95202D. Grayscale: #BABABA. Windows color (decimal): -9773102 or 13819754. OLE color: 13819754.

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

Color convert

RGB 106 223 210 -
CMYK 0.52 0 0.06 0.13
HSL 173.33º 0.65% 0.65% -
HSV(B) 173.33º 0.52% 0.87% -
XYZ 43.96 60.49 70.33 -
YUV 186.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 106 223 210 0.52 0 0.06 0.13 173.33 0.65 0.65
Hex 6A DF D2 34 0 6 D AD 41 41
Octal 152 337 322 64 0 6 15 255 101 101
Binary 1101010 11011111 11010010 110100 0 110 1101 10101101 1000001 1000001

Color Harmonies of #6ADFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFD2

Black with #6ADFD2

Text Example


Text Example

White with #6ADFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,223,210); }

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

background-color css

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

 a { background-color: rgb(106,223,210); }

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

border-color css

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

 span { border-color: rgb(106,223,210); }

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