Html Css Color HEX #605379 Kimberly

📋 copy color: '#605379'

red 96 ◦ green 83 ◦ blue 121

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

Shades of Kimberly #605379

Tints of Kimberly #605379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 32%
G = 27.67%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605379 (or 0x605379) is known color: Kimberly. HEX triplet: 60, 53 and 79. RGB value is (96,83,121). Sum of RGB (Red+Green+Blue) = 96+83+121=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #605379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605379 is #9FAC86. Grayscale: #5B5B5B. Windows color (decimal): -10464391 or 7951200. OLE color: 7951200.

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

Color convert

RGB 96 83 121 -
CMYK 0.21 0.31 0 0.53
HSL 260.53º 0.19% 0.4% -
HSV(B) 260.53º 0.31% 0.47% -
XYZ 11.37 10.05 19.43 -
YUV 91.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 96 83 121 0.21 0.31 0 0.53 260.53 0.19 0.4
Hex 60 53 79 15 1F 0 35 105 13 28
Octal 140 123 171 25 37 0 65 405 23 50
Binary 1100000 1010011 1111001 10101 11111 0 110101 100000101 10011 101000

Color Harmonies of #605379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605379

Black with #605379

Text Example


Text Example

White with #605379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605379; }

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

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

background-color css

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

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

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

border-color css

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

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

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