Html Css Color HEX #3C6B69 Ming

📋 copy color: '#3C6B69'

red 60 ◦ green 107 ◦ blue 105

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

Shades of Ming #3C6B69

Tints of Ming #3C6B69

RGB

 RED value IS 60 (23.83% from 255) = 22.06%

 GREEN value IS 107 (42.19% from 255) = 39.34%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 22.06%
G = 39.34%
B = 38.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#3C6B69 (or 0x3C6B69) is known color: Ming. HEX triplet: 3C, 6B and 69. RGB value is (60,107,105). Sum of RGB (Red+Green+Blue) = 60+107+105=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B69 is #C39496. Grayscale: #5C5C5C. Windows color (decimal): -12817559 or 6908732. OLE color: 6908732.

HSL color Cylindrical-coordinate representation of color #3C6B69: hue angle of 177.45º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B69 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 107 105 -
CMYK 0.44 0 0.02 0.58
HSL 177.45º 0.28% 0.33% -
HSV(B) 177.45º 0.44% 0.42% -
XYZ 9.67 12.5 15.27 -
YUV 92.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 60 107 105 0.44 0 0.02 0.58 177.45 0.28 0.33
Hex 3C 6B 69 2C 0 2 3A B1 1C 21
Octal 74 153 151 54 0 2 72 261 34 41
Binary 111100 1101011 1101001 101100 0 10 111010 10110001 11100 100001

Color Harmonies of #3C6B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B69

Black with #3C6B69

Text Example


Text Example

White with #3C6B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C6B69; }

 p { color: rgb(60,107,105); }

 H1.HeaderClassName
 {
   color: #3C6B69;
 }
 .AnyTagClassName
 {
   color: #3C6B69;
 }
</style>

background-color css

<style>
 a { background-color: #3C6B69; }

 a { background-color: rgb(60,107,105); }

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

border-color css

<style>
 span { border-color: #3C6B69; }

 span { border-color: rgb(60,107,105); }

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