Html Css Color HEX #616D81 Kashmir Blue

📋 copy color: '#616D81'

red 97 ◦ green 109 ◦ blue 129

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

Shades of Kashmir Blue #616D81

Tints of Kashmir Blue #616D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 28.96%
G = 32.54%
B = 38.51%

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

#616D81 (or 0x616D81) is known color: Kashmir Blue. HEX triplet: 61, 6D and 81. RGB value is (97,109,129). Sum of RGB (Red+Green+Blue) = 97+109+129=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #616D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D81 is #9E927E. Grayscale: #6B6B6B. Windows color (decimal): -10392191 or 8482145. OLE color: 8482145.

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

Color convert

RGB 97 109 129 -
CMYK 0.25 0.16 0 0.49
HSL 217.5º 0.14% 0.44% -
HSV(B) 217.5º 0.25% 0.51% -
XYZ 14.36 15.06 22.92 -
YUV 107.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 97 109 129 0.25 0.16 0 0.49 217.5 0.14 0.44
Hex 61 6D 81 19 10 0 31 DA E 2C
Octal 141 155 201 31 20 0 61 332 16 54
Binary 1100001 1101101 10000001 11001 10000 0 110001 11011010 1110 101100

Color Harmonies of #616D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D81

Black with #616D81

Text Example


Text Example

White with #616D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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