#607186

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

Shades of Kashmir Blue #607186

Tints of Kashmir Blue #607186

Color information

#607186 (or 0x607186) is unknown color: approx Kashmir Blue. HEX triplet: 60, 71 and 86. RGB value is (96,113,134). Sum of RGB (Red+Green+Blue) = 96+113+134=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #607186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607186 is #9F8E79. Grayscale: #6E6E6E. Windows color (decimal): -10456698 or 8810848. OLE color: 8810848.

HSL color Cylindrical-coordinate representation of color #607186: hue angle of 213.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607186 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96113134-
CMYK0.280.1600.47
HSL213.16º16.52%45.1%-
HSV(B)213.16º28.36%52.55%-
XYZ15.0316.0224.85-
YUV110.31141.37117.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=27.99%
G=32.94%
B=39.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961131340.280.1600.47213.1616.5245.1
Hex6071861C1002Fd5112d
Octal14016120634200573252155
Binary1100000111000110000110111001000001011111101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607186; }

 p { color: rgb(96,113,134); }

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

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

 a { background-color: rgb(96,113,134); }

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

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

 span { border-color: rgb(96,113,134); }

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