Html Css Color HEX #6BD2B9 Downy

📋 copy color: '#6BD2B9'

red 107 ◦ green 210 ◦ blue 185

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

Shades of Downy #6BD2B9

Tints of Downy #6BD2B9

RGB

 RED value IS 107 (42.19% from 255) = 21.31%

 GREEN value IS 210 (82.42% from 255) = 41.83%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 21.31%
G = 41.83%
B = 36.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#6BD2B9 (or 0x6BD2B9) is known color: Downy. HEX triplet: 6B, D2 and B9. RGB value is (107,210,185). Sum of RGB (Red+Green+Blue) = 107+210+185=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2B9 is #942D46. Grayscale: #B0B0B0. Windows color (decimal): -9710919 or 12178027. OLE color: 12178027.

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

Color convert

RGB 107 210 185 -
CMYK 0.49 0 0.12 0.18
HSL 165.44º 0.53% 0.62% -
HSV(B) 165.44º 0.49% 0.82% -
XYZ 37.87 52.72 54.08 -
YUV 176.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 107 210 185 0.49 0 0.12 0.18 165.44 0.53 0.62
Hex 6B D2 B9 31 0 C 12 A5 35 3E
Octal 153 322 271 61 0 14 22 245 65 76
Binary 1101011 11010010 10111001 110001 0 1100 10010 10100101 110101 111110

Color Harmonies of #6BD2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD2B9

Black with #6BD2B9

Text Example


Text Example

White with #6BD2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,210,185); }

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

background-color css

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

 a { background-color: rgb(107,210,185); }

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

border-color css

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

 span { border-color: rgb(107,210,185); }

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