Html Css Color HEX #6BD1C0 Downy

📋 copy color: '#6BD1C0'

red 107 ◦ green 209 ◦ blue 192

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

Shades of Downy #6BD1C0

Tints of Downy #6BD1C0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.14%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 21.06%
G = 41.14%
B = 37.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#6BD1C0 (or 0x6BD1C0) is known color: Downy. HEX triplet: 6B, D1 and C0. RGB value is (107,209,192). Sum of RGB (Red+Green+Blue) = 107+209+192=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD1C0 is #942E3F. Grayscale: #B0B0B0. Windows color (decimal): -9711168 or 12636523. OLE color: 12636523.

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

Color convert

RGB 107 209 192 -
CMYK 0.49 0 0.08 0.18
HSL 170º 0.53% 0.62% -
HSV(B) 170º 0.49% 0.82% -
XYZ 38.38 52.53 57.99 -
YUV 176.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 107 209 192 0.49 0 0.08 0.18 170 0.53 0.62
Hex 6B D1 C0 31 0 8 12 AA 35 3E
Octal 153 321 300 61 0 10 22 252 65 76
Binary 1101011 11010001 11000000 110001 0 1000 10010 10101010 110101 111110

Color Harmonies of #6BD1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD1C0

Black with #6BD1C0

Text Example


Text Example

White with #6BD1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,209,192); }

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

background-color css

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

 a { background-color: rgb(107,209,192); }

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

border-color css

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

 span { border-color: rgb(107,209,192); }

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