Html Css Color HEX #606F7A Mid Grey

📋 copy color: '#606F7A'

red 96 ◦ green 111 ◦ blue 122

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

Shades of Mid Grey #606F7A

Tints of Mid Grey #606F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 29.18%
G = 33.74%
B = 37.08%

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

#606F7A (or 0x606F7A) is known color: Mid Grey. HEX triplet: 60, 6F and 7A. RGB value is (96,111,122). Sum of RGB (Red+Green+Blue) = 96+111+122=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #606F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F7A is #9F9085. Grayscale: #6B6B6B. Windows color (decimal): -10457222 or 8023904. OLE color: 8023904.

HSL color Cylindrical-coordinate representation of color #606F7A: 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 #606F7A is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 111 122 -
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.02 15.26 20.62 -
YUV 107.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 96 111 122 0.21 0.09 0 0.52 205.38 0.12 0.43
Hex 60 6F 7A 15 9 0 34 CD C 2B
Octal 140 157 172 25 11 0 64 315 14 53
Binary 1100000 1101111 1111010 10101 1001 0 110100 11001101 1100 101011

Color Harmonies of #606F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F7A

Black with #606F7A

Text Example


Text Example

White with #606F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,111,122); }

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

background-color css

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

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

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

border-color css

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

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

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