Html Css Color HEX #616E83 Kashmir Blue

📋 copy color: '#616E83'

red 97 ◦ green 110 ◦ blue 131

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

Shades of Kashmir Blue #616E83

Tints of Kashmir Blue #616E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 28.7%
G = 32.54%
B = 38.76%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616E83 (or 0x616E83) is known color: Kashmir Blue. HEX triplet: 61, 6E and 83. RGB value is (97,110,131). Sum of RGB (Red+Green+Blue) = 97+110+131=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #616E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E83 is #9E917C. Grayscale: #6C6C6C. Windows color (decimal): -10391933 or 8613473. OLE color: 8613473.

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

Color convert

RGB 97 110 131 -
CMYK 0.26 0.16 0 0.49
HSL 217.06º 0.15% 0.45% -
HSV(B) 217.06º 0.26% 0.51% -
XYZ 14.6 15.33 23.66 -
YUV 108.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 97 110 131 0.26 0.16 0 0.49 217.06 0.15 0.45
Hex 61 6E 83 1A 10 0 31 D9 F 2D
Octal 141 156 203 32 20 0 61 331 17 55
Binary 1100001 1101110 10000011 11010 10000 0 110001 11011001 1111 101101

Color Harmonies of #616E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E83

Black with #616E83

Text Example


Text Example

White with #616E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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