Html Css Color HEX #61707B Mid Grey

📋 copy color: '#61707B'

red 97 ◦ green 112 ◦ blue 123

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

Shades of Mid Grey #61707B

Tints of Mid Grey #61707B

RGB

 RED value IS 97 (38.28% from 255) = 29.22%

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 29.22%
G = 33.73%
B = 37.05%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61707B (or 0x61707B) is known color: Mid Grey. HEX triplet: 61, 70 and 7B. RGB value is (97,112,123). Sum of RGB (Red+Green+Blue) = 97+112+123=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #61707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61707B is #9E8F84. Grayscale: #6C6C6C. Windows color (decimal): -10391429 or 8089697. OLE color: 8089697.

HSL color Cylindrical-coordinate representation of color #61707B: hue angle of 205.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61707B is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 112 123 -
CMYK 0.21 0.09 0 0.52
HSL 205.38º 0.12% 0.43% -
HSV(B) 205.38º 0.21% 0.48% -
XYZ 14.3 15.56 20.99 -
YUV 108.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 97 112 123 0.21 0.09 0 0.52 205.38 0.12 0.43
Hex 61 70 7B 15 9 0 34 CD C 2B
Octal 141 160 173 25 11 0 64 315 14 53
Binary 1100001 1110000 1111011 10101 1001 0 110100 11001101 1100 101011

Color Harmonies of #61707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61707B

Black with #61707B

Text Example


Text Example

White with #61707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61707B; }

 p { color: rgb(97,112,123); }

 H1.HeaderClassName
 {
   color: #61707B;
 }
 .AnyTagClassName
 {
   color: #61707B;
 }
</style>

background-color css

<style>
 a { background-color: #61707B; }

 a { background-color: rgb(97,112,123); }

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

border-color css

<style>
 span { border-color: #61707B; }

 span { border-color: rgb(97,112,123); }

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