Html Css Color HEX #605B89 Kimberly

📋 copy color: '#605B89'

red 96 ◦ green 91 ◦ blue 137

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

Shades of Kimberly #605B89

Tints of Kimberly #605B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 29.63%
G = 28.09%
B = 42.28%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#605B89 (or 0x605B89) is known color: Kimberly. HEX triplet: 60, 5B and 89. RGB value is (96,91,137). Sum of RGB (Red+Green+Blue) = 96+91+137=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #605B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B89 is #9FA476. Grayscale: #616161. Windows color (decimal): -10462327 or 9001824. OLE color: 9001824.

HSL color Cylindrical-coordinate representation of color #605B89: hue angle of 246.52º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #605B89 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 91 137 -
CMYK 0.30 0.34 0 0.46
HSL 246.52º 0.2% 0.45% -
HSV(B) 246.52º 0.34% 0.54% -
XYZ 13.08 11.78 25.25 -
YUV 97.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 96 91 137 0.30 0.34 0 0.46 246.52 0.2 0.45
Hex 60 5B 89 1E 22 0 2E F7 14 2D
Octal 140 133 211 36 42 0 56 367 24 55
Binary 1100000 1011011 10001001 11110 100010 0 101110 11110111 10100 101101

Color Harmonies of #605B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B89

Black with #605B89

Text Example


Text Example

White with #605B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605B89; }

 p { color: rgb(96,91,137); }

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

background-color css

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

 a { background-color: rgb(96,91,137); }

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

border-color css

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

 span { border-color: rgb(96,91,137); }

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