Html Css Color HEX #61587B Kimberly

📋 copy color: '#61587B'

red 97 ◦ green 88 ◦ blue 123

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

Shades of Kimberly #61587B

Tints of Kimberly #61587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 31.49%
G = 28.57%
B = 39.94%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61587B (or 0x61587B) is known color: Kimberly. HEX triplet: 61, 58 and 7B. RGB value is (97,88,123). Sum of RGB (Red+Green+Blue) = 97+88+123=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #61587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61587B is #9EA784. Grayscale: #5E5E5E. Windows color (decimal): -10397573 or 8083553. OLE color: 8083553.

HSL color Cylindrical-coordinate representation of color #61587B: hue angle of 255.43º degrees, saturation: 0.17, 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 #61587B is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 88 123 -
CMYK 0.21 0.28 0 0.52
HSL 255.43º 0.17% 0.41% -
HSV(B) 255.43º 0.28% 0.48% -
XYZ 11.99 10.95 20.22 -
YUV 94.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 97 88 123 0.21 0.28 0 0.52 255.43 0.17 0.41
Hex 61 58 7B 15 1C 0 34 FF 11 29
Octal 141 130 173 25 34 0 64 377 21 51
Binary 1100001 1011000 1111011 10101 11100 0 110100 11111111 10001 101001

Color Harmonies of #61587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61587B

Black with #61587B

Text Example


Text Example

White with #61587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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