Html Css Color HEX #615C84 Kimberly

📋 copy color: '#615C84'

red 97 ◦ green 92 ◦ blue 132

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

Shades of Kimberly #615C84

Tints of Kimberly #615C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 30.22%
G = 28.66%
B = 41.12%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#615C84 (or 0x615C84) is known color: Kimberly. HEX triplet: 61, 5C and 84. RGB value is (97,92,132). Sum of RGB (Red+Green+Blue) = 97+92+132=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #615C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C84 is #9EA37B. Grayscale: #616161. Windows color (decimal): -10396540 or 8674401. OLE color: 8674401.

HSL color Cylindrical-coordinate representation of color #615C84: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615C84 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 92 132 -
CMYK 0.27 0.30 0 0.48
HSL 247.5º 0.18% 0.44% -
HSV(B) 247.5º 0.3% 0.52% -
XYZ 12.92 11.86 23.44 -
YUV 98.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 97 92 132 0.27 0.30 0 0.48 247.5 0.18 0.44
Hex 61 5C 84 1B 1E 0 30 F8 12 2C
Octal 141 134 204 33 36 0 60 370 22 54
Binary 1100001 1011100 10000100 11011 11110 0 110000 11111000 10010 101100

Color Harmonies of #615C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C84

Black with #615C84

Text Example


Text Example

White with #615C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615C84; }

 p { color: rgb(97,92,132); }

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

background-color css

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

 a { background-color: rgb(97,92,132); }

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

border-color css

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

 span { border-color: rgb(97,92,132); }

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