Html Css Color HEX #617289 Kashmir Blue

📋 copy color: '#617289'

red 97 ◦ green 114 ◦ blue 137

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

Shades of Kashmir Blue #617289

Tints of Kashmir Blue #617289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 27.87%
G = 32.76%
B = 39.37%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#617289 (or 0x617289) is known color: Kashmir Blue. HEX triplet: 61, 72 and 89. RGB value is (97,114,137). Sum of RGB (Red+Green+Blue) = 97+114+137=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #617289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617289 is #9E8D76. Grayscale: #6F6F6F. Windows color (decimal): -10390903 or 9007713. OLE color: 9007713.

HSL color Cylindrical-coordinate representation of color #617289: hue angle of 214.5º 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 #617289 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 114 137 -
CMYK 0.29 0.17 0 0.46
HSL 214.5º 0.17% 0.46% -
HSV(B) 214.5º 0.29% 0.54% -
XYZ 15.46 16.38 26.01 -
YUV 111.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 97 114 137 0.29 0.17 0 0.46 214.5 0.17 0.46
Hex 61 72 89 1D 11 0 2E D6 11 2E
Octal 141 162 211 35 21 0 56 326 21 56
Binary 1100001 1110010 10001001 11101 10001 0 101110 11010110 10001 101110

Color Harmonies of #617289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617289

Black with #617289

Text Example


Text Example

White with #617289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617289; }

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

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

background-color css

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

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

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

border-color css

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

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

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