Html Css Color HEX #60567F Kimberly

📋 copy color: '#60567F'

red 96 ◦ green 86 ◦ blue 127

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

Shades of Kimberly #60567F

Tints of Kimberly #60567F

RGB

 RED value IS 96 (37.89% from 255) = 31.07%

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

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

R = 31.07%
G = 27.83%
B = 41.1%

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

#60567F (or 0x60567F) is known color: Kimberly. HEX triplet: 60, 56 and 7F. RGB value is (96,86,127). Sum of RGB (Red+Green+Blue) = 96+86+127=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #60567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60567F is #9FA980. Grayscale: #5D5D5D. Windows color (decimal): -10463617 or 8345184. OLE color: 8345184.

HSL color Cylindrical-coordinate representation of color #60567F: hue angle of 254.63º 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 #60567F is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 86 127 -
CMYK 0.24 0.32 0 0.50
HSL 254.63º 0.19% 0.42% -
HSV(B) 254.63º 0.32% 0.5% -
XYZ 11.98 10.67 21.51 -
YUV 93.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 96 86 127 0.24 0.32 0 0.50 254.63 0.19 0.42
Hex 60 56 7F 18 20 0 32 FF 13 2A
Octal 140 126 177 30 40 0 62 377 23 52
Binary 1100000 1010110 1111111 11000 100000 0 110010 11111111 10011 101010

Color Harmonies of #60567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60567F

Black with #60567F

Text Example


Text Example

White with #60567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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