#61768C

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

Shades of Kashmir Blue #61768C

Tints of Kashmir Blue #61768C

Color information

#61768C (or 0x61768C) is unknown color: approx Kashmir Blue. HEX triplet: 61, 76 and 8C. RGB value is (97,118,140). Sum of RGB (Red+Green+Blue) = 97+118+140=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #61768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768C is #9E8973. Grayscale: #727272. Windows color (decimal): -10389876 or 9205345. OLE color: 9205345.

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

Color convert

RGB97118140-
CMYK0.310.1600.45
HSL210.7º18.14%46.47%-
HSV(B)210.7º30.71%54.9%-
XYZ16.1417.3927.32-
YUV114.23142.54115.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=27.32%
G=33.24%
B=39.44%

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
Decimal971181400.310.1600.45210.718.1446.47
Hex61768C1F1002Dd3122e
Octal14116621437200553232256
Binary1100001111011010001100111111000001011011101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61768C;
 }
 .AnyTagClassName
 {
   color: #61768C;
 }
</style>
background-color css

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

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

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

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

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

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