Html Css Color HEX #605680 Kimberly

📋 copy color: '#605680'

red 96 ◦ green 86 ◦ blue 128

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

Shades of Kimberly #605680

Tints of Kimberly #605680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 30.97%
G = 27.74%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#605680 (or 0x605680) is known color: Kimberly. HEX triplet: 60, 56 and 80. RGB value is (96,86,128). Sum of RGB (Red+Green+Blue) = 96+86+128=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #605680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605680 is #9FA97F. Grayscale: #5D5D5D. Windows color (decimal): -10463616 or 8410720. OLE color: 8410720.

HSL color Cylindrical-coordinate representation of color #605680: hue angle of 254.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605680 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 86 128 -
CMYK 0.25 0.33 0 0.50
HSL 254.29º 0.2% 0.42% -
HSV(B) 254.29º 0.33% 0.5% -
XYZ 12.05 10.7 21.85 -
YUV 93.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 96 86 128 0.25 0.33 0 0.50 254.29 0.2 0.42
Hex 60 56 80 19 21 0 32 FE 14 2A
Octal 140 126 200 31 41 0 62 376 24 52
Binary 1100000 1010110 10000000 11001 100001 0 110010 11111110 10100 101010

Color Harmonies of #605680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605680

Black with #605680

Text Example


Text Example

White with #605680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605680; }

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

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

background-color css

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

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

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

border-color css

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

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

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