Html Css Color HEX #606D7B Mid Grey

📋 copy color: '#606D7B'

red 96 ◦ green 109 ◦ blue 123

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

Shades of Mid Grey #606D7B

Tints of Mid Grey #606D7B

RGB

 RED value IS 96 (37.89% from 255) = 29.27%

 GREEN value IS 109 (42.97% from 255) = 33.23%

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

R = 29.27%
G = 33.23%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#606D7B (or 0x606D7B) is known color: Mid Grey. HEX triplet: 60, 6D and 7B. RGB value is (96,109,123). Sum of RGB (Red+Green+Blue) = 96+109+123=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #606D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D7B is #9F9284. Grayscale: #6A6A6A. Windows color (decimal): -10457733 or 8088928. OLE color: 8088928.

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

Color convert

RGB 96 109 123 -
CMYK 0.22 0.11 0 0.52
HSL 211.11º 0.12% 0.43% -
HSV(B) 211.11º 0.22% 0.48% -
XYZ 13.87 14.85 20.88 -
YUV 106.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 96 109 123 0.22 0.11 0 0.52 211.11 0.12 0.43
Hex 60 6D 7B 16 B 0 34 D3 C 2B
Octal 140 155 173 26 13 0 64 323 14 53
Binary 1100000 1101101 1111011 10110 1011 0 110100 11010011 1100 101011

Color Harmonies of #606D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D7B

Black with #606D7B

Text Example


Text Example

White with #606D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D7B; }

 p { color: rgb(96,109,123); }

 H1.HeaderClassName
 {
   color: #606D7B;
 }
 .AnyTagClassName
 {
   color: #606D7B;
 }
</style>

background-color css

<style>
 a { background-color: #606D7B; }

 a { background-color: rgb(96,109,123); }

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

border-color css

<style>
 span { border-color: #606D7B; }

 span { border-color: rgb(96,109,123); }

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