Html Css Color HEX #61567F Kimberly

📋 copy color: '#61567F'

red 97 ◦ green 86 ◦ blue 127

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

Shades of Kimberly #61567F

Tints of Kimberly #61567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 127 (50% from 255) = 40.97%

R = 31.29%
G = 27.74%
B = 40.97%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61567F (or 0x61567F) is known color: Kimberly. HEX triplet: 61, 56 and 7F. RGB value is (97,86,127). Sum of RGB (Red+Green+Blue) = 97+86+127=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #61567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61567F is #9EA980. Grayscale: #5D5D5D. Windows color (decimal): -10398081 or 8345185. OLE color: 8345185.

HSL color Cylindrical-coordinate representation of color #61567F: hue angle of 256.1º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61567F is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 86 127 -
CMYK 0.24 0.32 0 0.50
HSL 256.1º 0.19% 0.42% -
HSV(B) 256.1º 0.32% 0.5% -
XYZ 12.09 10.73 21.51 -
YUV 93.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 97 86 127 0.24 0.32 0 0.50 256.1 0.19 0.42
Hex 61 56 7F 18 20 0 32 100 13 2A
Octal 141 126 177 30 40 0 62 400 23 52
Binary 1100001 1010110 1111111 11000 100000 0 110010 100000000 10011 101010

Color Harmonies of #61567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61567F

Black with #61567F

Text Example


Text Example

White with #61567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61567F; }

 p { color: rgb(97,86,127); }

 H1.HeaderClassName
 {
   color: #61567F;
 }
 .AnyTagClassName
 {
   color: #61567F;
 }
</style>

background-color css

<style>
 a { background-color: #61567F; }

 a { background-color: rgb(97,86,127); }

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

border-color css

<style>
 span { border-color: #61567F; }

 span { border-color: rgb(97,86,127); }

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