Html Css Color HEX #606F7B Mid Grey

📋 copy color: '#606F7B'

red 96 ◦ green 111 ◦ blue 123

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

Shades of Mid Grey #606F7B

Tints of Mid Grey #606F7B

RGB

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

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

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

R = 29.09%
G = 33.64%
B = 37.27%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#606F7B (or 0x606F7B) is known color: Mid Grey. HEX triplet: 60, 6F and 7B. RGB value is (96,111,123). Sum of RGB (Red+Green+Blue) = 96+111+123=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #606F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F7B is #9F9084. Grayscale: #6B6B6B. Windows color (decimal): -10457221 or 8089440. OLE color: 8089440.

HSL color Cylindrical-coordinate representation of color #606F7B: hue angle of 206.67º 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 #606F7B is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 111 123 -
CMYK 0.22 0.10 0 0.52
HSL 206.67º 0.12% 0.43% -
HSV(B) 206.67º 0.22% 0.48% -
XYZ 14.08 15.29 20.95 -
YUV 107.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 96 111 123 0.22 0.10 0 0.52 206.67 0.12 0.43
Hex 60 6F 7B 16 A 0 34 CF C 2B
Octal 140 157 173 26 12 0 64 317 14 53
Binary 1100000 1101111 1111011 10110 1010 0 110100 11001111 1100 101011

Color Harmonies of #606F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F7B

Black with #606F7B

Text Example


Text Example

White with #606F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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