Html Css Color HEX #617084 Kashmir Blue

📋 copy color: '#617084'

red 97 ◦ green 112 ◦ blue 132

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

Shades of Kashmir Blue #617084

Tints of Kashmir Blue #617084

RGB

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

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

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

R = 28.45%
G = 32.84%
B = 38.71%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#617084 (or 0x617084) is known color: Kashmir Blue. HEX triplet: 61, 70 and 84. RGB value is (97,112,132). Sum of RGB (Red+Green+Blue) = 97+112+132=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #617084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617084 is #9E8F7B. Grayscale: #6D6D6D. Windows color (decimal): -10391420 or 8679521. OLE color: 8679521.

HSL color Cylindrical-coordinate representation of color #617084: hue angle of 214.29º 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 #617084 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 112 132 -
CMYK 0.27 0.15 0 0.48
HSL 214.29º 0.15% 0.45% -
HSV(B) 214.29º 0.27% 0.52% -
XYZ 14.89 15.8 24.09 -
YUV 109.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 97 112 132 0.27 0.15 0 0.48 214.29 0.15 0.45
Hex 61 70 84 1B F 0 30 D6 F 2D
Octal 141 160 204 33 17 0 60 326 17 55
Binary 1100001 1110000 10000100 11011 1111 0 110000 11010110 1111 101101

Color Harmonies of #617084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617084

Black with #617084

Text Example


Text Example

White with #617084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617084; }

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

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

background-color css

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

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

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

border-color css

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

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

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