Html Css Color HEX #61598A Kimberly

📋 copy color: '#61598A'

red 97 ◦ green 89 ◦ blue 138

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

Shades of Kimberly #61598A

Tints of Kimberly #61598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 29.94%
G = 27.47%
B = 42.59%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61598A (or 0x61598A) is known color: Kimberly. HEX triplet: 61, 59 and 8A. RGB value is (97,89,138). Sum of RGB (Red+Green+Blue) = 97+89+138=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #61598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61598A is #9EA675. Grayscale: #606060. Windows color (decimal): -10397302 or 9066849. OLE color: 9066849.

HSL color Cylindrical-coordinate representation of color #61598A: hue angle of 249.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61598A is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 89 138 -
CMYK 0.30 0.36 0 0.46
HSL 249.8º 0.22% 0.45% -
HSV(B) 249.8º 0.36% 0.54% -
XYZ 13.09 11.52 25.58 -
YUV 96.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 97 89 138 0.30 0.36 0 0.46 249.8 0.22 0.45
Hex 61 59 8A 1E 24 0 2E FA 16 2D
Octal 141 131 212 36 44 0 56 372 26 55
Binary 1100001 1011001 10001010 11110 100100 0 101110 11111010 10110 101101

Color Harmonies of #61598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61598A

Black with #61598A

Text Example


Text Example

White with #61598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61598A; }

 p { color: rgb(97,89,138); }

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

background-color css

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

 a { background-color: rgb(97,89,138); }

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

border-color css

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

 span { border-color: rgb(97,89,138); }

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