Html Css Color HEX #6ADAC6 Downy

📋 copy color: '#6ADAC6'

red 106 ◦ green 218 ◦ blue 198

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

Shades of Downy #6ADAC6

Tints of Downy #6ADAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 20.31%
G = 41.76%
B = 37.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#6ADAC6 (or 0x6ADAC6) is known color: Downy. HEX triplet: 6A, DA and C6. RGB value is (106,218,198). Sum of RGB (Red+Green+Blue) = 106+218+198=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAC6 is #952539. Grayscale: #B6B6B6. Windows color (decimal): -9774394 or 13032042. OLE color: 13032042.

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

Color convert

RGB 106 218 198 -
CMYK 0.51 0 0.09 0.15
HSL 169.29º 0.6% 0.64% -
HSV(B) 169.29º 0.51% 0.85% -
XYZ 41.21 57.28 62.31 -
YUV 182.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 106 218 198 0.51 0 0.09 0.15 169.29 0.6 0.64
Hex 6A DA C6 33 0 9 F A9 3C 40
Octal 152 332 306 63 0 11 17 251 74 100
Binary 1101010 11011010 11000110 110011 0 1001 1111 10101001 111100 1000000

Color Harmonies of #6ADAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAC6

Black with #6ADAC6

Text Example


Text Example

White with #6ADAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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