Html Css Color HEX #615C92 Kimberly

📋 copy color: '#615C92'

red 97 ◦ green 92 ◦ blue 146

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

Shades of Kimberly #615C92

Tints of Kimberly #615C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 28.96%
G = 27.46%
B = 43.58%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615C92 (or 0x615C92) is known color: Kimberly. HEX triplet: 61, 5C and 92. RGB value is (97,92,146). Sum of RGB (Red+Green+Blue) = 97+92+146=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #615C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C92 is #9EA36D. Grayscale: #636363. Windows color (decimal): -10396526 or 9591905. OLE color: 9591905.

HSL color Cylindrical-coordinate representation of color #615C92: hue angle of 245.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615C92 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 92 146 -
CMYK 0.34 0.37 0 0.43
HSL 245.56º 0.23% 0.47% -
HSV(B) 245.56º 0.37% 0.57% -
XYZ 13.95 12.27 28.83 -
YUV 99.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 97 92 146 0.34 0.37 0 0.43 245.56 0.23 0.47
Hex 61 5C 92 22 25 0 2B F6 17 2F
Octal 141 134 222 42 45 0 53 366 27 57
Binary 1100001 1011100 10010010 100010 100101 0 101011 11110110 10111 101111

Color Harmonies of #615C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C92

Black with #615C92

Text Example


Text Example

White with #615C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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