Html Css Color HEX #6ADFD0 Downy

📋 copy color: '#6ADFD0'

red 106 ◦ green 223 ◦ blue 208

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

Shades of Downy #6ADFD0

Tints of Downy #6ADFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 19.74%
G = 41.53%
B = 38.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6ADFD0 (or 0x6ADFD0) is known color: Downy. HEX triplet: 6A, DF and D0. RGB value is (106,223,208). Sum of RGB (Red+Green+Blue) = 106+223+208=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFD0 is #95202F. Grayscale: #BABABA. Windows color (decimal): -9773104 or 13688682. OLE color: 13688682.

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

Color convert

RGB 106 223 208 -
CMYK 0.52 0 0.07 0.13
HSL 172.31º 0.65% 0.65% -
HSV(B) 172.31º 0.52% 0.87% -
XYZ 43.72 60.39 69.03 -
YUV 186.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 106 223 208 0.52 0 0.07 0.13 172.31 0.65 0.65
Hex 6A DF D0 34 0 7 D AC 41 41
Octal 152 337 320 64 0 7 15 254 101 101
Binary 1101010 11011111 11010000 110100 0 111 1101 10101100 1000001 1000001

Color Harmonies of #6ADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFD0

Black with #6ADFD0

Text Example


Text Example

White with #6ADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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