Html Css Color HEX #3C6C69 Ming

📋 copy color: '#3C6C69'

red 60 ◦ green 108 ◦ blue 105

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

Shades of Ming #3C6C69

Tints of Ming #3C6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 21.98%
G = 39.56%
B = 38.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#3C6C69 (or 0x3C6C69) is known color: Ming. HEX triplet: 3C, 6C and 69. RGB value is (60,108,105). Sum of RGB (Red+Green+Blue) = 60+108+105=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C69 is #C39396. Grayscale: #5D5D5D. Windows color (decimal): -12817303 or 6908988. OLE color: 6908988.

HSL color Cylindrical-coordinate representation of color #3C6C69: hue angle of 176.25º degrees, saturation: 0.29, 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 #3C6C69 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 108 105 -
CMYK 0.44 0 0.03 0.58
HSL 176.25º 0.29% 0.33% -
HSV(B) 176.25º 0.44% 0.42% -
XYZ 9.78 12.71 15.3 -
YUV 93.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 60 108 105 0.44 0 0.03 0.58 176.25 0.29 0.33
Hex 3C 6C 69 2C 0 3 3A B0 1D 21
Octal 74 154 151 54 0 3 72 260 35 41
Binary 111100 1101100 1101001 101100 0 11 111010 10110000 11101 100001

Color Harmonies of #3C6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6C69

Black with #3C6C69

Text Example


Text Example

White with #3C6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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