Html Css Color HEX #61557B Kimberly

📋 copy color: '#61557B'

red 97 ◦ green 85 ◦ blue 123

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

Shades of Kimberly #61557B

Tints of Kimberly #61557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 31.8%
G = 27.87%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61557B (or 0x61557B) is known color: Kimberly. HEX triplet: 61, 55 and 7B. RGB value is (97,85,123). Sum of RGB (Red+Green+Blue) = 97+85+123=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #61557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557B is #9EAA84. Grayscale: #5C5C5C. Windows color (decimal): -10398341 or 8082785. OLE color: 8082785.

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

Color convert

RGB 97 85 123 -
CMYK 0.21 0.31 0 0.52
HSL 258.95º 0.18% 0.41% -
HSV(B) 258.95º 0.31% 0.48% -
XYZ 11.75 10.47 20.14 -
YUV 92.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 97 85 123 0.21 0.31 0 0.52 258.95 0.18 0.41
Hex 61 55 7B 15 1F 0 34 103 12 29
Octal 141 125 173 25 37 0 64 403 22 51
Binary 1100001 1010101 1111011 10101 11111 0 110100 100000011 10010 101001

Color Harmonies of #61557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61557B

Black with #61557B

Text Example


Text Example

White with #61557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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