Html Css Color HEX #3F6F6C Ming

📋 copy color: '#3F6F6C'

red 63 ◦ green 111 ◦ blue 108

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

Shades of Ming #3F6F6C

Tints of Ming #3F6F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 22.34%
G = 39.36%
B = 38.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#3F6F6C (or 0x3F6F6C) is known color: Ming. HEX triplet: 3F, 6F and 6C. RGB value is (63,111,108). Sum of RGB (Red+Green+Blue) = 63+111+108=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F6C is #C09093. Grayscale: #606060. Windows color (decimal): -12619924 or 7106367. OLE color: 7106367.

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

Color convert

RGB 63 111 108 -
CMYK 0.43 0 0.03 0.56
HSL 176.25º 0.28% 0.34% -
HSV(B) 176.25º 0.43% 0.44% -
XYZ 10.44 13.51 16.24 -
YUV 96.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 63 111 108 0.43 0 0.03 0.56 176.25 0.28 0.34
Hex 3F 6F 6C 2B 0 3 38 B0 1C 22
Octal 77 157 154 53 0 3 70 260 34 42
Binary 111111 1101111 1101100 101011 0 11 111000 10110000 11100 100010

Color Harmonies of #3F6F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6F6C

Black with #3F6F6C

Text Example


Text Example

White with #3F6F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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