Html Css Color HEX #6AD8C0 Downy

📋 copy color: '#6AD8C0'

red 106 ◦ green 216 ◦ blue 192

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

Shades of Downy #6AD8C0

Tints of Downy #6AD8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 20.62%
G = 42.02%
B = 37.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#6AD8C0 (or 0x6AD8C0) is known color: Downy. HEX triplet: 6A, D8 and C0. RGB value is (106,216,192). Sum of RGB (Red+Green+Blue) = 106+216+192=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD8C0 is #95273F. Grayscale: #B4B4B4. Windows color (decimal): -9774912 or 12638314. OLE color: 12638314.

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

Color convert

RGB 106 216 192 -
CMYK 0.51 0 0.11 0.15
HSL 166.91º 0.59% 0.63% -
HSV(B) 166.91º 0.51% 0.85% -
XYZ 40.01 55.98 58.57 -
YUV 180.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 106 216 192 0.51 0 0.11 0.15 166.91 0.59 0.63
Hex 6A D8 C0 33 0 B F A7 3B 3F
Octal 152 330 300 63 0 13 17 247 73 77
Binary 1101010 11011000 11000000 110011 0 1011 1111 10100111 111011 111111

Color Harmonies of #6AD8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD8C0

Black with #6AD8C0

Text Example


Text Example

White with #6AD8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,216,192); }

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

background-color css

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

 a { background-color: rgb(106,216,192); }

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

border-color css

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

 span { border-color: rgb(106,216,192); }

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