Html Css Color HEX #615E8C Kimberly

📋 copy color: '#615E8C'

red 97 ◦ green 94 ◦ blue 140

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

Shades of Kimberly #615E8C

Tints of Kimberly #615E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 29.31%
G = 28.4%
B = 42.3%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#615E8C (or 0x615E8C) is known color: Kimberly. HEX triplet: 61, 5E and 8C. RGB value is (97,94,140). Sum of RGB (Red+Green+Blue) = 97+94+140=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #615E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E8C is #9EA173. Grayscale: #636363. Windows color (decimal): -10396020 or 9199201. OLE color: 9199201.

HSL color Cylindrical-coordinate representation of color #615E8C: hue angle of 243.91º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615E8C is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 94 140 -
CMYK 0.31 0.33 0 0.45
HSL 243.91º 0.2% 0.46% -
HSV(B) 243.91º 0.33% 0.55% -
XYZ 13.67 12.44 26.49 -
YUV 100.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 97 94 140 0.31 0.33 0 0.45 243.91 0.2 0.46
Hex 61 5E 8C 1F 21 0 2D F4 14 2E
Octal 141 136 214 37 41 0 55 364 24 56
Binary 1100001 1011110 10001100 11111 100001 0 101101 11110100 10100 101110

Color Harmonies of #615E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E8C

Black with #615E8C

Text Example


Text Example

White with #615E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,94,140); }

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

background-color css

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

 a { background-color: rgb(97,94,140); }

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

border-color css

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

 span { border-color: rgb(97,94,140); }

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