#61768D

Color #61768D Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #61768D

Tints of Kashmir Blue #61768D

Color information

#61768D (or 0x61768D) is unknown color: approx 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

RGB97118141-
CMYK0.310.1600.45
HSL211.36º18.49%46.67%-
HSV(B)211.36º31.21%55.29%-
XYZ16.2217.4227.71-
YUV114.34143.04115.63-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971181410.310.1600.45211.3618.4946.67
Hex61768D1F1002Dd3122f
Octal14116621537200553232257
Binary1100001111011010001101111111000001011011101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>