Html Css Color HEX #606268 Bright Grey

📋 copy color: '#606268'

red 96 ◦ green 98 ◦ blue 104

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

Shades of Bright Grey #606268

Tints of Bright Grey #606268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 32.21%
G = 32.89%
B = 34.9%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606268 (or 0x606268) is known color: Bright Grey. HEX triplet: 60, 62 and 68. RGB value is (96,98,104). Sum of RGB (Red+Green+Blue) = 96+98+104=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #606268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606268 is #9F9D97. Grayscale: #626262. Windows color (decimal): -10460568 or 6840928. OLE color: 6840928.

HSL color Cylindrical-coordinate representation of color #606268: hue angle of 225º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606268 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 98 104 -
CMYK 0.08 0.06 0 0.59
HSL 225º 0.04% 0.39% -
HSV(B) 225º 0.08% 0.41% -
XYZ 11.69 12.22 14.84 -
YUV 98.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 96 98 104 0.08 0.06 0 0.59 225 0.04 0.39
Hex 60 62 68 8 6 0 3B E1 4 27
Octal 140 142 150 10 6 0 73 341 4 47
Binary 1100000 1100010 1101000 1000 110 0 111011 11100001 100 100111

Color Harmonies of #606268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606268

Black with #606268

Text Example


Text Example

White with #606268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606268; }

 p { color: rgb(96,98,104); }

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

background-color css

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

 a { background-color: rgb(96,98,104); }

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

border-color css

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

 span { border-color: rgb(96,98,104); }

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