Html Css Color HEX #606466 Mid Grey

📋 copy color: '#606466'

red 96 ◦ green 100 ◦ blue 102

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

Shades of Mid Grey #606466

Tints of Mid Grey #606466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 32.21%
G = 33.56%
B = 34.23%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#606466 (or 0x606466) is known color: Mid Grey. HEX triplet: 60, 64 and 66. RGB value is (96,100,102). Sum of RGB (Red+Green+Blue) = 96+100+102=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 102 - color contains mainly: blue. Hex color #606466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606466 is #9F9B99. Grayscale: #636363. Windows color (decimal): -10460058 or 6710368. OLE color: 6710368.

HSL color Cylindrical-coordinate representation of color #606466: hue angle of 200º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606466 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 100 102 -
CMYK 0.06 0.02 0 0.6
HSL 200º 0.03% 0.39% -
HSV(B) 200º 0.06% 0.4% -
XYZ 11.78 12.56 14.37 -
YUV 99.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 96 100 102 0.06 0.02 0 0.6 200 0.03 0.39
Hex 60 64 66 6 2 0 3C C8 3 27
Octal 140 144 146 6 2 0 74 310 3 47
Binary 1100000 1100100 1100110 110 10 0 111100 11001000 11 100111

Color Harmonies of #606466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606466

Black with #606466

Text Example


Text Example

White with #606466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606466; }

 p { color: rgb(96,100,102); }

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

background-color css

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

 a { background-color: rgb(96,100,102); }

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

border-color css

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

 span { border-color: rgb(96,100,102); }

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