Html Css Color HEX #6AD0BE Downy

📋 copy color: '#6AD0BE'

red 106 ◦ green 208 ◦ blue 190

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

Shades of Downy #6AD0BE

Tints of Downy #6AD0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 21.03%
G = 41.27%
B = 37.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#6AD0BE (or 0x6AD0BE) is known color: Downy. HEX triplet: 6A, D0 and BE. RGB value is (106,208,190). Sum of RGB (Red+Green+Blue) = 106+208+190=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0BE is #952F41. Grayscale: #AFAFAF. Windows color (decimal): -9776962 or 12505194. OLE color: 12505194.

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

Color convert

RGB 106 208 190 -
CMYK 0.49 0 0.09 0.18
HSL 169.41º 0.52% 0.62% -
HSV(B) 169.41º 0.49% 0.82% -
XYZ 37.79 51.89 56.74 -
YUV 175.45 136.21 78.46 -
System Red Green Blue C M Y K H S L
Decimal 106 208 190 0.49 0 0.09 0.18 169.41 0.52 0.62
Hex 6A D0 BE 31 0 9 12 A9 34 3E
Octal 152 320 276 61 0 11 22 251 64 76
Binary 1101010 11010000 10111110 110001 0 1001 10010 10101001 110100 111110

Color Harmonies of #6AD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0BE

Black with #6AD0BE

Text Example


Text Example

White with #6AD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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