Html Css Color HEX #616D82 Kashmir Blue

📋 copy color: '#616D82'

red 97 ◦ green 109 ◦ blue 130

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

Shades of Kashmir Blue #616D82

Tints of Kashmir Blue #616D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 28.87%
G = 32.44%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616D82 (or 0x616D82) is known color: Kashmir Blue. HEX triplet: 61, 6D and 82. RGB value is (97,109,130). Sum of RGB (Red+Green+Blue) = 97+109+130=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #616D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D82 is #9E927D. Grayscale: #6B6B6B. Windows color (decimal): -10392190 or 8547681. OLE color: 8547681.

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

Color convert

RGB 97 109 130 -
CMYK 0.25 0.16 0 0.49
HSL 218.18º 0.15% 0.45% -
HSV(B) 218.18º 0.25% 0.51% -
XYZ 14.43 15.09 23.27 -
YUV 107.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 97 109 130 0.25 0.16 0 0.49 218.18 0.15 0.45
Hex 61 6D 82 19 10 0 31 DA F 2D
Octal 141 155 202 31 20 0 61 332 17 55
Binary 1100001 1101101 10000010 11001 10000 0 110001 11011010 1111 101101

Color Harmonies of #616D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D82

Black with #616D82

Text Example


Text Example

White with #616D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,109,130); }

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

background-color css

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

 a { background-color: rgb(97,109,130); }

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

border-color css

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

 span { border-color: rgb(97,109,130); }

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