Html Css Color HEX #6ADAD1 Downy

📋 copy color: '#6ADAD1'

red 106 ◦ green 218 ◦ blue 209

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

Shades of Downy #6ADAD1

Tints of Downy #6ADAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

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

R = 19.89%
G = 40.9%
B = 39.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#6ADAD1 (or 0x6ADAD1) is known color: Downy. HEX triplet: 6A, DA and D1. RGB value is (106,218,209). Sum of RGB (Red+Green+Blue) = 106+218+209=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD1 is #95252E. Grayscale: #B7B7B7. Windows color (decimal): -9774383 or 13752938. OLE color: 13752938.

HSL color Cylindrical-coordinate representation of color #6ADAD1: hue angle of 175.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAD1 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 209 -
CMYK 0.51 0 0.04 0.15
HSL 175.18º 0.6% 0.64% -
HSV(B) 175.18º 0.51% 0.85% -
XYZ 42.52 57.81 69.24 -
YUV 183.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 106 218 209 0.51 0 0.04 0.15 175.18 0.6 0.64
Hex 6A DA D1 33 0 4 F AF 3C 40
Octal 152 332 321 63 0 4 17 257 74 100
Binary 1101010 11011010 11010001 110011 0 100 1111 10101111 111100 1000000

Color Harmonies of #6ADAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAD1

Black with #6ADAD1

Text Example


Text Example

White with #6ADAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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