Html Css Color HEX #6BD7BA Downy

📋 copy color: '#6BD7BA'

red 107 ◦ green 215 ◦ blue 186

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

Shades of Downy #6BD7BA

Tints of Downy #6BD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 21.06%
G = 42.32%
B = 36.61%

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

#6BD7BA (or 0x6BD7BA) is known color: Downy. HEX triplet: 6B, D7 and BA. RGB value is (107,215,186). Sum of RGB (Red+Green+Blue) = 107+215+186=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7BA is #942845. Grayscale: #B3B3B3. Windows color (decimal): -9709638 or 12244843. OLE color: 12244843.

HSL color Cylindrical-coordinate representation of color #6BD7BA: hue angle of 163.89º 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 #6BD7BA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 215 186 -
CMYK 0.50 0 0.13 0.16
HSL 163.89º 0.57% 0.63% -
HSV(B) 163.89º 0.5% 0.84% -
XYZ 39.23 55.27 55.06 -
YUV 179.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 107 215 186 0.50 0 0.13 0.16 163.89 0.57 0.63
Hex 6B D7 BA 32 0 D 10 A4 39 3F
Octal 153 327 272 62 0 15 20 244 71 77
Binary 1101011 11010111 10111010 110010 0 1101 10000 10100100 111001 111111

Color Harmonies of #6BD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD7BA

Black with #6BD7BA

Text Example


Text Example

White with #6BD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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