#61738A

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

Shades of Kashmir Blue #61738A

Tints of Kashmir Blue #61738A

Color information

#61738A (or 0x61738A) is unknown color: approx Kashmir Blue. HEX triplet: 61, 73 and 8A. RGB value is (97,115,138). Sum of RGB (Red+Green+Blue) = 97+115+138=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #61738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61738A is #9E8C75. Grayscale: #707070. Windows color (decimal): -10390646 or 9073505. OLE color: 9073505.

HSL color Cylindrical-coordinate representation of color #61738A: hue angle of 213.66º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61738A is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97115138-
CMYK0.300.1700.46
HSL213.66º17.45%46.08%-
HSV(B)213.66º29.71%54.12%-
XYZ15.6516.6426.43-
YUV112.24142.54117.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=27.71%
G=32.86%
B=39.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971151380.300.1700.46213.6617.4546.08
Hex61738A1E1102Ed6112e
Octal14116321236210563262156
Binary1100001111001110001010111101000101011101101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61738A; }

 p { color: rgb(97,115,138); }

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

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

 a { background-color: rgb(97,115,138); }

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

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

 span { border-color: rgb(97,115,138); }

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