Html Css Color HEX #3F6F6F Ming

📋 copy color: '#3F6F6F'

red 63 ◦ green 111 ◦ blue 111

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

Shades of Ming #3F6F6F

Tints of Ming #3F6F6F

RGB

 RED value IS 63 (25% from 255) = 22.11%

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 22.11%
G = 38.95%
B = 38.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F6F6F (or 0x3F6F6F) is known color: Ming. HEX triplet: 3F, 6F and 6F. RGB value is (63,111,111). Sum of RGB (Red+Green+Blue) = 63+111+111=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #3F6F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F6F is #C09090. Grayscale: #606060. Windows color (decimal): -12619921 or 7302975. OLE color: 7302975.

HSL color Cylindrical-coordinate representation of color #3F6F6F: hue angle of 180º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F6F is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 111 111 -
CMYK 0.43 0 0 0.56
HSL 180º 0.28% 0.34% -
HSV(B) 180º 0.43% 0.44% -
XYZ 10.6 13.57 17.1 -
YUV 96.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 63 111 111 0.43 0 0 0.56 180 0.28 0.34
Hex 3F 6F 6F 2B 0 0 38 B4 1C 22
Octal 77 157 157 53 0 0 70 264 34 42
Binary 111111 1101111 1101111 101011 0 0 111000 10110100 11100 100010

Color Harmonies of #3F6F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6F6F

Black with #3F6F6F

Text Example


Text Example

White with #3F6F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,111,111); }

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

background-color css

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

 a { background-color: rgb(63,111,111); }

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

border-color css

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

 span { border-color: rgb(63,111,111); }

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