Html Css Color HEX #616F85 Kashmir Blue

📋 copy color: '#616F85'

red 97 ◦ green 111 ◦ blue 133

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

Shades of Kashmir Blue #616F85

Tints of Kashmir Blue #616F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 28.45%
G = 32.55%
B = 39%

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

#616F85 (or 0x616F85) is known color: Kashmir Blue. HEX triplet: 61, 6F and 85. RGB value is (97,111,133). Sum of RGB (Red+Green+Blue) = 97+111+133=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #616F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F85 is #9E907A. Grayscale: #6D6D6D. Windows color (decimal): -10391675 or 8744801. OLE color: 8744801.

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

Color convert

RGB 97 111 133 -
CMYK 0.27 0.17 0 0.48
HSL 216.67º 0.16% 0.45% -
HSV(B) 216.67º 0.27% 0.52% -
XYZ 14.85 15.6 24.42 -
YUV 109.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 97 111 133 0.27 0.17 0 0.48 216.67 0.16 0.45
Hex 61 6F 85 1B 11 0 30 D9 10 2D
Octal 141 157 205 33 21 0 60 331 20 55
Binary 1100001 1101111 10000101 11011 10001 0 110000 11011001 10000 101101

Color Harmonies of #616F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F85

Black with #616F85

Text Example


Text Example

White with #616F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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