Html Css Color HEX #615583 Kimberly

📋 copy color: '#615583'

red 97 ◦ green 85 ◦ blue 131

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

Shades of Kimberly #615583

Tints of Kimberly #615583

RGB

 RED value IS 97 (38.28% from 255) = 30.99%

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 30.99%
G = 27.16%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#615583 (or 0x615583) is known color: Kimberly. HEX triplet: 61, 55 and 83. RGB value is (97,85,131). Sum of RGB (Red+Green+Blue) = 97+85+131=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #615583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615583 is #9EAA7C. Grayscale: #5D5D5D. Windows color (decimal): -10398333 or 8607073. OLE color: 8607073.

HSL color Cylindrical-coordinate representation of color #615583: hue angle of 255.65º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #615583 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 85 131 -
CMYK 0.26 0.35 0 0.49
HSL 255.65º 0.21% 0.42% -
HSV(B) 255.65º 0.35% 0.51% -
XYZ 12.28 10.68 22.89 -
YUV 93.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 97 85 131 0.26 0.35 0 0.49 255.65 0.21 0.42
Hex 61 55 83 1A 23 0 31 100 15 2A
Octal 141 125 203 32 43 0 61 400 25 52
Binary 1100001 1010101 10000011 11010 100011 0 110001 100000000 10101 101010

Color Harmonies of #615583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615583

Black with #615583

Text Example


Text Example

White with #615583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615583; }

 p { color: rgb(97,85,131); }

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

background-color css

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

 a { background-color: rgb(97,85,131); }

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

border-color css

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

 span { border-color: rgb(97,85,131); }

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