#616E83

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

Shades of Kashmir Blue #616E83

Tints of Kashmir Blue #616E83

Color information

#616E83 (or 0x616E83) is unknown color: approx Kashmir Blue. HEX triplet: 61, 6E and 83. RGB value is (97,110,131). Sum of RGB (Red+Green+Blue) = 97+110+131=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #616E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E83 is #9E917C. Grayscale: #6C6C6C. Windows color (decimal): -10391933 or 8613473. OLE color: 8613473.

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

Color convert

RGB97110131-
CMYK0.260.1600.49
HSL217.06º14.91%44.71%-
HSV(B)217.06º25.95%51.37%-
XYZ14.615.3323.66-
YUV108.51140.69119.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=28.70%
G=32.54%
B=38.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971101310.260.1600.49217.0614.9144.71
Hex616E831A10031d9f2d
Octal14115620332200613311755
Binary110000111011101000001111010100000110001110110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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