Html Css Color HEX #60598D Kimberly

📋 copy color: '#60598D'

red 96 ◦ green 89 ◦ blue 141

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

Shades of Kimberly #60598D

Tints of Kimberly #60598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 29.45%
G = 27.3%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60598D (or 0x60598D) is known color: Kimberly. HEX triplet: 60, 59 and 8D. RGB value is (96,89,141). Sum of RGB (Red+Green+Blue) = 96+89+141=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #60598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60598D is #9FA672. Grayscale: #606060. Windows color (decimal): -10462835 or 9263456. OLE color: 9263456.

HSL color Cylindrical-coordinate representation of color #60598D: hue angle of 248.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60598D is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 89 141 -
CMYK 0.32 0.37 0 0.45
HSL 248.08º 0.23% 0.45% -
HSV(B) 248.08º 0.37% 0.55% -
XYZ 13.2 11.55 26.73 -
YUV 97.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 96 89 141 0.32 0.37 0 0.45 248.08 0.23 0.45
Hex 60 59 8D 20 25 0 2D F8 17 2D
Octal 140 131 215 40 45 0 55 370 27 55
Binary 1100000 1011001 10001101 100000 100101 0 101101 11111000 10111 101101

Color Harmonies of #60598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60598D

Black with #60598D

Text Example


Text Example

White with #60598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60598D; }

 p { color: rgb(96,89,141); }

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

background-color css

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

 a { background-color: rgb(96,89,141); }

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

border-color css

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

 span { border-color: rgb(96,89,141); }

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