Html Css Color HEX #61577B Kimberly

📋 copy color: '#61577B'

red 97 ◦ green 87 ◦ blue 123

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

Shades of Kimberly #61577B

Tints of Kimberly #61577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 31.6%
G = 28.34%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61577B (or 0x61577B) is known color: Kimberly. HEX triplet: 61, 57 and 7B. RGB value is (97,87,123). Sum of RGB (Red+Green+Blue) = 97+87+123=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #61577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61577B is #9EA884. Grayscale: #5D5D5D. Windows color (decimal): -10397829 or 8083297. OLE color: 8083297.

HSL color Cylindrical-coordinate representation of color #61577B: hue angle of 256.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61577B is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 87 123 -
CMYK 0.21 0.29 0 0.52
HSL 256.67º 0.17% 0.41% -
HSV(B) 256.67º 0.29% 0.48% -
XYZ 11.91 10.79 20.19 -
YUV 94.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 97 87 123 0.21 0.29 0 0.52 256.67 0.17 0.41
Hex 61 57 7B 15 1D 0 34 101 11 29
Octal 141 127 173 25 35 0 64 401 21 51
Binary 1100001 1010111 1111011 10101 11101 0 110100 100000001 10001 101001

Color Harmonies of #61577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61577B

Black with #61577B

Text Example


Text Example

White with #61577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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