Html Css Color HEX #61587A Kimberly

📋 copy color: '#61587A'

red 97 ◦ green 88 ◦ blue 122

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

Shades of Kimberly #61587A

Tints of Kimberly #61587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 31.6%
G = 28.66%
B = 39.74%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61587A (or 0x61587A) is known color: Kimberly. HEX triplet: 61, 58 and 7A. RGB value is (97,88,122). Sum of RGB (Red+Green+Blue) = 97+88+122=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #61587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61587A is #9EA785. Grayscale: #5E5E5E. Windows color (decimal): -10397574 or 8018017. OLE color: 8018017.

HSL color Cylindrical-coordinate representation of color #61587A: hue angle of 255.88º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61587A is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 88 122 -
CMYK 0.20 0.28 0 0.52
HSL 255.88º 0.16% 0.41% -
HSV(B) 255.88º 0.28% 0.48% -
XYZ 11.93 10.93 19.89 -
YUV 94.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 97 88 122 0.20 0.28 0 0.52 255.88 0.16 0.41
Hex 61 58 7A 14 1C 0 34 100 10 29
Octal 141 130 172 24 34 0 64 400 20 51
Binary 1100001 1011000 1111010 10100 11100 0 110100 100000000 10000 101001

Color Harmonies of #61587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61587A

Black with #61587A

Text Example


Text Example

White with #61587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,88,122); }

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

background-color css

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

 a { background-color: rgb(97,88,122); }

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

border-color css

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

 span { border-color: rgb(97,88,122); }

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