Html Css Color HEX #6BD8C5 Downy

📋 copy color: '#6BD8C5'

red 107 ◦ green 216 ◦ blue 197

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

Shades of Downy #6BD8C5

Tints of Downy #6BD8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 20.58%
G = 41.54%
B = 37.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#6BD8C5 (or 0x6BD8C5) is known color: Downy. HEX triplet: 6B, D8 and C5. RGB value is (107,216,197). Sum of RGB (Red+Green+Blue) = 107+216+197=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8C5 is #94273A. Grayscale: #B5B5B5. Windows color (decimal): -9709371 or 12965995. OLE color: 12965995.

HSL color Cylindrical-coordinate representation of color #6BD8C5: hue angle of 169.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8C5 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 216 197 -
CMYK 0.50 0 0.09 0.15
HSL 169.54º 0.58% 0.63% -
HSV(B) 169.54º 0.5% 0.85% -
XYZ 40.7 56.27 61.54 -
YUV 181.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 107 216 197 0.50 0 0.09 0.15 169.54 0.58 0.63
Hex 6B D8 C5 32 0 9 F AA 3A 3F
Octal 153 330 305 62 0 11 17 252 72 77
Binary 1101011 11011000 11000101 110010 0 1001 1111 10101010 111010 111111

Color Harmonies of #6BD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD8C5

Black with #6BD8C5

Text Example


Text Example

White with #6BD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,216,197); }

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

background-color css

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

 a { background-color: rgb(107,216,197); }

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

border-color css

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

 span { border-color: rgb(107,216,197); }

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