Html Css Color HEX #6ADAD0 Downy

📋 copy color: '#6ADAD0'

red 106 ◦ green 218 ◦ blue 208

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

Shades of Downy #6ADAD0

Tints of Downy #6ADAD0

RGB

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

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

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

R = 19.92%
G = 40.98%
B = 39.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#6ADAD0 (or 0x6ADAD0) is known color: Downy. HEX triplet: 6A, DA and D0. RGB value is (106,218,208). Sum of RGB (Red+Green+Blue) = 106+218+208=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD0 is #95252F. Grayscale: #B7B7B7. Windows color (decimal): -9774384 or 13687402. OLE color: 13687402.

HSL color Cylindrical-coordinate representation of color #6ADAD0: hue angle of 174.64º 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 #6ADAD0 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 208 -
CMYK 0.51 0 0.05 0.15
HSL 174.64º 0.6% 0.64% -
HSV(B) 174.64º 0.51% 0.85% -
XYZ 42.4 57.76 68.59 -
YUV 183.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 106 218 208 0.51 0 0.05 0.15 174.64 0.6 0.64
Hex 6A DA D0 33 0 5 F AF 3C 40
Octal 152 332 320 63 0 5 17 257 74 100
Binary 1101010 11011010 11010000 110011 0 101 1111 10101111 111100 1000000

Color Harmonies of #6ADAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAD0

Black with #6ADAD0

Text Example


Text Example

White with #6ADAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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