#61748B

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

Shades of Kashmir Blue #61748B

Tints of Kashmir Blue #61748B

Color information

#61748B (or 0x61748B) is unknown color: approx Kashmir Blue. HEX triplet: 61, 74 and 8B. RGB value is (97,116,139). Sum of RGB (Red+Green+Blue) = 97+116+139=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #61748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61748B is #9E8B74. Grayscale: #707070. Windows color (decimal): -10390389 or 9139297. OLE color: 9139297.

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

Color convert

RGB97116139-
CMYK0.300.1700.45
HSL212.86º17.8%46.27%-
HSV(B)212.86º30.22%54.51%-
XYZ15.8416.926.85-
YUV112.94142.71116.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=27.56%
G=32.95%
B=39.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971161390.300.1700.45212.8617.846.27
Hex61748B1E1102Dd5122e
Octal14116421336210553252256
Binary1100001111010010001011111101000101011011101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61748B; }

 p { color: rgb(97,116,139); }

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

<style>
 a { background-color: #61748B; }

 a { background-color: rgb(97,116,139); }

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

<style>
 span { border-color: #61748B; }

 span { border-color: rgb(97,116,139); }

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