Html Css Color HEX #61758B Kashmir Blue

📋 copy color: '#61758B'

red 97 ◦ green 117 ◦ blue 139

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

Shades of Kashmir Blue #61758B

Tints of Kashmir Blue #61758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 27.48%
G = 33.14%
B = 39.38%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61758B (or 0x61758B) is known color: Kashmir Blue. HEX triplet: 61, 75 and 8B. RGB value is (97,117,139). Sum of RGB (Red+Green+Blue) = 97+117+139=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #61758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758B is #9E8A74. Grayscale: #717171. Windows color (decimal): -10390133 or 9139553. OLE color: 9139553.

HSL color Cylindrical-coordinate representation of color #61758B: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61758B is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 117 139 -
CMYK 0.30 0.16 0 0.45
HSL 211.43º 0.18% 0.46% -
HSV(B) 211.43º 0.3% 0.55% -
XYZ 15.95 17.13 26.89 -
YUV 113.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 97 117 139 0.30 0.16 0 0.45 211.43 0.18 0.46
Hex 61 75 8B 1E 10 0 2D D3 12 2E
Octal 141 165 213 36 20 0 55 323 22 56
Binary 1100001 1110101 10001011 11110 10000 0 101101 11010011 10010 101110

Color Harmonies of #61758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61758B

Black with #61758B

Text Example


Text Example

White with #61758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61758B; }

 p { color: rgb(97,117,139); }

 H1.HeaderClassName
 {
   color: #61758B;
 }
 .AnyTagClassName
 {
   color: #61758B;
 }
</style>

background-color css

<style>
 a { background-color: #61758B; }

 a { background-color: rgb(97,117,139); }

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

border-color css

<style>
 span { border-color: #61758B; }

 span { border-color: rgb(97,117,139); }

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