#607286

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

Shades of Kashmir Blue #607286

Tints of Kashmir Blue #607286

Color information

#607286 (or 0x607286) is unknown color: approx Kashmir Blue. HEX triplet: 60, 72 and 86. RGB value is (96,114,134). Sum of RGB (Red+Green+Blue) = 96+114+134=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #607286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607286 is #9F8D79. Grayscale: #6E6E6E. Windows color (decimal): -10456442 or 8811104. OLE color: 8811104.

HSL color Cylindrical-coordinate representation of color #607286: hue angle of 211.58º 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 #607286 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96114134-
CMYK0.280.1500.47
HSL211.58º16.52%45.1%-
HSV(B)211.58º28.36%52.55%-
XYZ15.1416.2424.89-
YUV110.9141.04117.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=27.91%
G=33.14%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961141340.280.1500.47211.5816.5245.1
Hex6072861CF02Fd4112d
Octal14016220634170573242155
Binary110000011100101000011011100111101011111101010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607286; }

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

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

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

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

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

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

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

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