Html Css Color HEX #617184 Kashmir Blue

📋 copy color: '#617184'

red 97 ◦ green 113 ◦ blue 132

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

Shades of Kashmir Blue #617184

Tints of Kashmir Blue #617184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 28.36%
G = 33.04%
B = 38.6%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#617184 (or 0x617184) is known color: Kashmir Blue. HEX triplet: 61, 71 and 84. RGB value is (97,113,132). Sum of RGB (Red+Green+Blue) = 97+113+132=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #617184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617184 is #9E8E7B. Grayscale: #6E6E6E. Windows color (decimal): -10391164 or 8679777. OLE color: 8679777.

HSL color Cylindrical-coordinate representation of color #617184: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617184 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 113 132 -
CMYK 0.27 0.14 0 0.48
HSL 212.57º 0.15% 0.45% -
HSV(B) 212.57º 0.27% 0.52% -
XYZ 15 16.02 24.13 -
YUV 110.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 97 113 132 0.27 0.14 0 0.48 212.57 0.15 0.45
Hex 61 71 84 1B E 0 30 D5 F 2D
Octal 141 161 204 33 16 0 60 325 17 55
Binary 1100001 1110001 10000100 11011 1110 0 110000 11010101 1111 101101

Color Harmonies of #617184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617184

Black with #617184

Text Example


Text Example

White with #617184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617184; }

 p { color: rgb(97,113,132); }

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

background-color css

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

 a { background-color: rgb(97,113,132); }

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

border-color css

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

 span { border-color: rgb(97,113,132); }

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