#617288

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

Shades of Kashmir Blue #617288

Tints of Kashmir Blue #617288

Color information

#617288 (or 0x617288) is unknown color: approx Kashmir Blue. HEX triplet: 61, 72 and 88. RGB value is (97,114,136). Sum of RGB (Red+Green+Blue) = 97+114+136=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #617288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617288 is #9E8D77. Grayscale: #6F6F6F. Windows color (decimal): -10390904 or 8942177. OLE color: 8942177.

HSL color Cylindrical-coordinate representation of color #617288: hue angle of 213.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617288 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97114136-
CMYK0.290.1600.47
HSL213.85º16.74%45.69%-
HSV(B)213.85º28.68%53.33%-
XYZ15.3916.3525.64-
YUV111.42141.87117.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=27.95%
G=32.85%
B=39.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971141360.290.1600.47213.8516.7445.69
Hex6172881D1002Fd6112e
Octal14116221035200573262156
Binary1100001111001010001000111011000001011111101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617288; }

 p { color: rgb(97,114,136); }

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

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

 a { background-color: rgb(97,114,136); }

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

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

 span { border-color: rgb(97,114,136); }

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