Html Css Color HEX #61547B Kimberly

📋 copy color: '#61547B'

red 97 ◦ green 84 ◦ blue 123

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

Shades of Kimberly #61547B

Tints of Kimberly #61547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 31.91%
G = 27.63%
B = 40.46%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61547B (or 0x61547B) is known color: Kimberly. HEX triplet: 61, 54 and 7B. RGB value is (97,84,123). Sum of RGB (Red+Green+Blue) = 97+84+123=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #61547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61547B is #9EAB84. Grayscale: #5C5C5C. Windows color (decimal): -10398597 or 8082529. OLE color: 8082529.

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

Color convert

RGB 97 84 123 -
CMYK 0.21 0.32 0 0.52
HSL 260º 0.19% 0.41% -
HSV(B) 260º 0.32% 0.48% -
XYZ 11.68 10.31 20.11 -
YUV 92.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 97 84 123 0.21 0.32 0 0.52 260 0.19 0.41
Hex 61 54 7B 15 20 0 34 104 13 29
Octal 141 124 173 25 40 0 64 404 23 51
Binary 1100001 1010100 1111011 10101 100000 0 110100 100000100 10011 101001

Color Harmonies of #61547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61547B

Black with #61547B

Text Example


Text Example

White with #61547B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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