Html Css Color HEX #617083 Kashmir Blue

📋 copy color: '#617083'

red 97 ◦ green 112 ◦ blue 131

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

Shades of Kashmir Blue #617083

Tints of Kashmir Blue #617083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 28.53%
G = 32.94%
B = 38.53%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617083 (or 0x617083) is known color: Kashmir Blue. HEX triplet: 61, 70 and 83. RGB value is (97,112,131). Sum of RGB (Red+Green+Blue) = 97+112+131=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #617083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617083 is #9E8F7C. Grayscale: #6D6D6D. Windows color (decimal): -10391421 or 8613985. OLE color: 8613985.

HSL color Cylindrical-coordinate representation of color #617083: hue angle of 213.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #617083 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 112 131 -
CMYK 0.26 0.15 0 0.49
HSL 213.53º 0.15% 0.45% -
HSV(B) 213.53º 0.26% 0.51% -
XYZ 14.82 15.77 23.74 -
YUV 109.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 97 112 131 0.26 0.15 0 0.49 213.53 0.15 0.45
Hex 61 70 83 1A F 0 31 D6 F 2D
Octal 141 160 203 32 17 0 61 326 17 55
Binary 1100001 1110000 10000011 11010 1111 0 110001 11010110 1111 101101

Color Harmonies of #617083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617083

Black with #617083

Text Example


Text Example

White with #617083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617083; }

 p { color: rgb(97,112,131); }

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

background-color css

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

 a { background-color: rgb(97,112,131); }

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

border-color css

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

 span { border-color: rgb(97,112,131); }

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