Html Css Color HEX #6BD6BA Downy

📋 copy color: '#6BD6BA'

red 107 ◦ green 214 ◦ blue 186

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

Shades of Downy #6BD6BA

Tints of Downy #6BD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 21.1%
G = 42.21%
B = 36.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#6BD6BA (or 0x6BD6BA) is known color: Downy. HEX triplet: 6B, D6 and BA. RGB value is (107,214,186). Sum of RGB (Red+Green+Blue) = 107+214+186=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6BA is #942945. Grayscale: #B2B2B2. Windows color (decimal): -9709894 or 12244587. OLE color: 12244587.

HSL color Cylindrical-coordinate representation of color #6BD6BA: hue angle of 164.3º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6BA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 214 186 -
CMYK 0.50 0 0.13 0.16
HSL 164.3º 0.57% 0.63% -
HSV(B) 164.3º 0.5% 0.84% -
XYZ 38.97 54.76 54.97 -
YUV 178.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 107 214 186 0.50 0 0.13 0.16 164.3 0.57 0.63
Hex 6B D6 BA 32 0 D 10 A4 39 3F
Octal 153 326 272 62 0 15 20 244 71 77
Binary 1101011 11010110 10111010 110010 0 1101 10000 10100100 111001 111111

Color Harmonies of #6BD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD6BA

Black with #6BD6BA

Text Example


Text Example

White with #6BD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,214,186); }

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

background-color css

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

 a { background-color: rgb(107,214,186); }

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

border-color css

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

 span { border-color: rgb(107,214,186); }

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