Html Css Color HEX #605279 Kimberly

📋 copy color: '#605279'

red 96 ◦ green 82 ◦ blue 121

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

Shades of Kimberly #605279

Tints of Kimberly #605279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 32.11%
G = 27.42%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605279 (or 0x605279) is known color: Kimberly. HEX triplet: 60, 52 and 79. RGB value is (96,82,121). Sum of RGB (Red+Green+Blue) = 96+82+121=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #605279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605279 is #9FAD86. Grayscale: #5A5A5A. Windows color (decimal): -10464647 or 7950944. OLE color: 7950944.

HSL color Cylindrical-coordinate representation of color #605279: hue angle of 261.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605279 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 82 121 -
CMYK 0.21 0.32 0 0.53
HSL 261.54º 0.19% 0.4% -
HSV(B) 261.54º 0.32% 0.47% -
XYZ 11.29 9.9 19.41 -
YUV 90.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 96 82 121 0.21 0.32 0 0.53 261.54 0.19 0.4
Hex 60 52 79 15 20 0 35 106 13 28
Octal 140 122 171 25 40 0 65 406 23 50
Binary 1100000 1010010 1111001 10101 100000 0 110101 100000110 10011 101000

Color Harmonies of #605279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605279

Black with #605279

Text Example


Text Example

White with #605279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605279; }

 p { color: rgb(96,82,121); }

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

background-color css

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

 a { background-color: rgb(96,82,121); }

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

border-color css

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

 span { border-color: rgb(96,82,121); }

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