Html Css Color HEX #6BC6C0 Downy

📋 copy color: '#6BC6C0'

red 107 ◦ green 198 ◦ blue 192

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

Shades of Downy #6BC6C0

Tints of Downy #6BC6C0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

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

R = 21.53%
G = 39.84%
B = 38.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#6BC6C0 (or 0x6BC6C0) is known color: Downy. HEX triplet: 6B, C6 and C0. RGB value is (107,198,192). Sum of RGB (Red+Green+Blue) = 107+198+192=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6C0 is #94393F. Grayscale: #AAAAAA. Windows color (decimal): -9713984 or 12633707. OLE color: 12633707.

HSL color Cylindrical-coordinate representation of color #6BC6C0: hue angle of 176.04º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC6C0 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 198 192 -
CMYK 0.46 0 0.03 0.22
HSL 176.04º 0.44% 0.6% -
HSV(B) 176.04º 0.46% 0.78% -
XYZ 35.77 47.32 57.12 -
YUV 170.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 107 198 192 0.46 0 0.03 0.22 176.04 0.44 0.6
Hex 6B C6 C0 2E 0 3 16 B0 2C 3C
Octal 153 306 300 56 0 3 26 260 54 74
Binary 1101011 11000110 11000000 101110 0 11 10110 10110000 101100 111100

Color Harmonies of #6BC6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC6C0

Black with #6BC6C0

Text Example


Text Example

White with #6BC6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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