Html Css Color HEX #615B7D Kimberly

📋 copy color: '#615B7D'

red 97 ◦ green 91 ◦ blue 125

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

Shades of Kimberly #615B7D

Tints of Kimberly #615B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 30.99%
G = 29.07%
B = 39.94%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#615B7D (or 0x615B7D) is known color: Kimberly. HEX triplet: 61, 5B and 7D. RGB value is (97,91,125). Sum of RGB (Red+Green+Blue) = 97+91+125=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #615B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B7D is #9EA482. Grayscale: #606060. Windows color (decimal): -10396803 or 8215393. OLE color: 8215393.

HSL color Cylindrical-coordinate representation of color #615B7D: hue angle of 250.59º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #615B7D is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 91 125 -
CMYK 0.22 0.27 0 0.51
HSL 250.59º 0.16% 0.42% -
HSV(B) 250.59º 0.27% 0.49% -
XYZ 12.37 11.5 20.97 -
YUV 96.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 97 91 125 0.22 0.27 0 0.51 250.59 0.16 0.42
Hex 61 5B 7D 16 1B 0 33 FB 10 2A
Octal 141 133 175 26 33 0 63 373 20 52
Binary 1100001 1011011 1111101 10110 11011 0 110011 11111011 10000 101010

Color Harmonies of #615B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B7D

Black with #615B7D

Text Example


Text Example

White with #615B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,91,125); }

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

background-color css

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

 a { background-color: rgb(97,91,125); }

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

border-color css

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

 span { border-color: rgb(97,91,125); }

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