#616E82

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

Shades of Kashmir Blue #616E82

Tints of Kashmir Blue #616E82

Color information

#616E82 (or 0x616E82) is unknown color: approx Kashmir Blue. HEX triplet: 61, 6E and 82. RGB value is (97,110,130). Sum of RGB (Red+Green+Blue) = 97+110+130=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #616E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E82 is #9E917D. Grayscale: #6C6C6C. Windows color (decimal): -10391934 or 8547937. OLE color: 8547937.

HSL color Cylindrical-coordinate representation of color #616E82: hue angle of 216.36º 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 #616E82 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97110130-
CMYK0.250.1500.49
HSL216.36º14.54%44.51%-
HSV(B)216.36º25.38%50.98%-
XYZ14.5315.323.31-
YUV108.39140.19119.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=28.78%
G=32.64%
B=38.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971101300.250.1500.49216.3614.5444.51
Hex616E8219F031d8f2d
Octal14115620231170613301755
Binary11000011101110100000101100111110110001110110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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