Html Css Color HEX #605987 Kimberly

📋 copy color: '#605987'

red 96 ◦ green 89 ◦ blue 135

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

Shades of Kimberly #605987

Tints of Kimberly #605987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 30%
G = 27.81%
B = 42.19%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#605987 (or 0x605987) is known color: Kimberly. HEX triplet: 60, 59 and 87. RGB value is (96,89,135). Sum of RGB (Red+Green+Blue) = 96+89+135=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #605987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605987 is #9FA678. Grayscale: #606060. Windows color (decimal): -10462841 or 8870240. OLE color: 8870240.

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

Color convert

RGB 96 89 135 -
CMYK 0.29 0.34 0 0.47
HSL 249.13º 0.21% 0.44% -
HSV(B) 249.13º 0.34% 0.53% -
XYZ 12.77 11.38 24.45 -
YUV 96.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 96 89 135 0.29 0.34 0 0.47 249.13 0.21 0.44
Hex 60 59 87 1D 22 0 2F F9 15 2C
Octal 140 131 207 35 42 0 57 371 25 54
Binary 1100000 1011001 10000111 11101 100010 0 101111 11111001 10101 101100

Color Harmonies of #605987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605987

Black with #605987

Text Example


Text Example

White with #605987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605987; }

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

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

background-color css

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

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

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

border-color css

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

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

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