Html Css Color HEX #616E84 Kashmir Blue

📋 copy color: '#616E84'

red 97 ◦ green 110 ◦ blue 132

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

Shades of Kashmir Blue #616E84

Tints of Kashmir Blue #616E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

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

R = 28.61%
G = 32.45%
B = 38.94%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#616E84 (or 0x616E84) is known color: Kashmir Blue. HEX triplet: 61, 6E and 84. RGB value is (97,110,132). Sum of RGB (Red+Green+Blue) = 97+110+132=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #616E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E84 is #9E917B. Grayscale: #6C6C6C. Windows color (decimal): -10391932 or 8679009. OLE color: 8679009.

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

Color convert

RGB 97 110 132 -
CMYK 0.27 0.17 0 0.48
HSL 217.71º 0.15% 0.45% -
HSV(B) 217.71º 0.27% 0.52% -
XYZ 14.67 15.36 24.02 -
YUV 108.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 97 110 132 0.27 0.17 0 0.48 217.71 0.15 0.45
Hex 61 6E 84 1B 11 0 30 DA F 2D
Octal 141 156 204 33 21 0 60 332 17 55
Binary 1100001 1101110 10000100 11011 10001 0 110000 11011010 1111 101101

Color Harmonies of #616E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E84

Black with #616E84

Text Example


Text Example

White with #616E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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