#616D82

Color #616D82 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #616D82

Tints of Kashmir Blue #616D82

Color information

#616D82 (or 0x616D82) is unknown color: approx Kashmir Blue. HEX triplet: 61, 6D and 82. RGB value is (97,109,130). Sum of RGB (Red+Green+Blue) = 97+109+130=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #616D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D82 is #9E927D. Grayscale: #6B6B6B. Windows color (decimal): -10392190 or 8547681. OLE color: 8547681.

HSL color Cylindrical-coordinate representation of color #616D82: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616D82 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97109130-
CMYK0.250.1600.49
HSL218.18º14.54%44.51%-
HSV(B)218.18º25.38%50.98%-
XYZ14.4315.0923.27-
YUV107.81140.52120.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=28.87%
G=32.44%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971091300.250.1600.49218.1814.5444.51
Hex616D821910031daf2d
Octal14115520231200613321755
Binary110000111011011000001011001100000110001110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D82; }

 p { color: rgb(97,109,130); }

 H1.HeaderClassName
 {
   color: #616D82;
 }
 .AnyTagClassName
 {
   color: #616D82;
 }
</style>
background-color css

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

 a { background-color: rgb(97,109,130); }

 div.DivClassName
 {
   background-color: #616D82;
 }
 .BgClassName
 {
   background-color: #616D82;
 }
</style>
border-color css

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

 span { border-color: rgb(97,109,130); }

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