Html Css Color HEX #61768D Kashmir Blue

📋 copy color: '#61768D'

red 97 ◦ green 118 ◦ blue 141

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

Shades of Kashmir Blue #61768D

Tints of Kashmir Blue #61768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 27.25%
G = 33.15%
B = 39.61%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61768D (or 0x61768D) is known color: Kashmir Blue. HEX triplet: 61, 76 and 8D. RGB value is (97,118,141). Sum of RGB (Red+Green+Blue) = 97+118+141=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #61768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768D is #9E8972. Grayscale: #727272. Windows color (decimal): -10389875 or 9270881. OLE color: 9270881.

HSL color Cylindrical-coordinate representation of color #61768D: hue angle of 211.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61768D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 118 141 -
CMYK 0.31 0.16 0 0.45
HSL 211.36º 0.18% 0.47% -
HSV(B) 211.36º 0.31% 0.55% -
XYZ 16.22 17.42 27.71 -
YUV 114.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 97 118 141 0.31 0.16 0 0.45 211.36 0.18 0.47
Hex 61 76 8D 1F 10 0 2D D3 12 2F
Octal 141 166 215 37 20 0 55 323 22 57
Binary 1100001 1110110 10001101 11111 10000 0 101101 11010011 10010 101111

Color Harmonies of #61768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61768D

Black with #61768D

Text Example


Text Example

White with #61768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61768D; }

 p { color: rgb(97,118,141); }

 H1.HeaderClassName
 {
   color: #61768D;
 }
 .AnyTagClassName
 {
   color: #61768D;
 }
</style>

background-color css

<style>
 a { background-color: #61768D; }

 a { background-color: rgb(97,118,141); }

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

border-color css

<style>
 span { border-color: #61768D; }

 span { border-color: rgb(97,118,141); }

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