Html Css Color HEX #6AD0CD Downy

📋 copy color: '#6AD0CD'

red 106 ◦ green 208 ◦ blue 205

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

Shades of Downy #6AD0CD

Tints of Downy #6AD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 20.42%
G = 40.08%
B = 39.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#6AD0CD (or 0x6AD0CD) is known color: Downy. HEX triplet: 6A, D0 and CD. RGB value is (106,208,205). Sum of RGB (Red+Green+Blue) = 106+208+205=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0CD is #952F32. Grayscale: #B1B1B1. Windows color (decimal): -9776947 or 13488234. OLE color: 13488234.

HSL color Cylindrical-coordinate representation of color #6AD0CD: hue angle of 178.24º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD0CD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 205 -
CMYK 0.49 0 0.01 0.18
HSL 178.24º 0.52% 0.62% -
HSV(B) 178.24º 0.49% 0.82% -
XYZ 39.52 52.58 65.82 -
YUV 177.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 106 208 205 0.49 0 0.01 0.18 178.24 0.52 0.62
Hex 6A D0 CD 31 0 1 12 B2 34 3E
Octal 152 320 315 61 0 1 22 262 64 76
Binary 1101010 11010000 11001101 110001 0 1 10010 10110010 110100 111110

Color Harmonies of #6AD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0CD

Black with #6AD0CD

Text Example


Text Example

White with #6AD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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