#616F82

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

Shades of Kashmir Blue #616F82

Tints of Kashmir Blue #616F82

Color information

#616F82 (or 0x616F82) is unknown color: approx Kashmir Blue. HEX triplet: 61, 6F and 82. RGB value is (97,111,130). Sum of RGB (Red+Green+Blue) = 97+111+130=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #616F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F82 is #9E907D. Grayscale: #6C6C6C. Windows color (decimal): -10391678 or 8548193. OLE color: 8548193.

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

Color convert

RGB97111130-
CMYK0.250.1500.49
HSL214.55º14.54%44.51%-
HSV(B)214.55º25.38%50.98%-
XYZ14.6415.5223.34-
YUV108.98139.86119.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=28.70%
G=32.84%
B=38.46%

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
Decimal971111300.250.1500.49214.5514.5444.51
Hex616F8219F031d7f2d
Octal14115720231170613271755
Binary11000011101111100000101100111110110001110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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