Html Css Color HEX #616F83 Kashmir Blue

📋 copy color: '#616F83'

red 97 ◦ green 111 ◦ blue 131

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

Shades of Kashmir Blue #616F83

Tints of Kashmir Blue #616F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

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

R = 28.61%
G = 32.74%
B = 38.64%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616F83 (or 0x616F83) is known color: Kashmir Blue. HEX triplet: 61, 6F and 83. RGB value is (97,111,131). Sum of RGB (Red+Green+Blue) = 97+111+131=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #616F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F83 is #9E907C. Grayscale: #6C6C6C. Windows color (decimal): -10391677 or 8613729. OLE color: 8613729.

HSL color Cylindrical-coordinate representation of color #616F83: hue angle of 215.29º 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 #616F83 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 111 131 -
CMYK 0.26 0.15 0 0.49
HSL 215.29º 0.15% 0.45% -
HSV(B) 215.29º 0.26% 0.51% -
XYZ 14.71 15.55 23.7 -
YUV 109.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 97 111 131 0.26 0.15 0 0.49 215.29 0.15 0.45
Hex 61 6F 83 1A F 0 31 D7 F 2D
Octal 141 157 203 32 17 0 61 327 17 55
Binary 1100001 1101111 10000011 11010 1111 0 110001 11010111 1111 101101

Color Harmonies of #616F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F83

Black with #616F83

Text Example


Text Example

White with #616F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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