Html Css Color HEX #617389 Kashmir Blue

📋 copy color: '#617389'

red 97 ◦ green 115 ◦ blue 137

#617389
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #617389

Tints of Kashmir Blue #617389

RGB

 RED value IS 97 (38.28% from 255) = 27.79%

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 27.79%
G = 32.95%
B = 39.26%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#617389 (or 0x617389) is known color: Kashmir Blue. HEX triplet: 61, 73 and 89. RGB value is (97,115,137). Sum of RGB (Red+Green+Blue) = 97+115+137=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #617389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617389 is #9E8C76. Grayscale: #707070. Windows color (decimal): -10390647 or 9007969. OLE color: 9007969.

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

Color convert

RGB 97 115 137 -
CMYK 0.29 0.16 0 0.46
HSL 213º 0.17% 0.46% -
HSV(B) 213º 0.29% 0.54% -
XYZ 15.58 16.61 26.05 -
YUV 112.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 97 115 137 0.29 0.16 0 0.46 213 0.17 0.46
Hex 61 73 89 1D 10 0 2E D5 11 2E
Octal 141 163 211 35 20 0 56 325 21 56
Binary 1100001 1110011 10001001 11101 10000 0 101110 11010101 10001 101110

Color Harmonies of #617389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617389

Black with #617389

Text Example


Text Example

White with #617389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617389; }

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

 H1.HeaderClassName
 {
   color: #617389;
 }
 .AnyTagClassName
 {
   color: #617389;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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