#607084

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

Shades of Kashmir Blue #607084

Tints of Kashmir Blue #607084

Color information

#607084 (or 0x607084) is unknown color: approx Kashmir Blue. HEX triplet: 60, 70 and 84. RGB value is (96,112,132). Sum of RGB (Red+Green+Blue) = 96+112+132=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #607084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607084 is #9F8F7B. Grayscale: #6D6D6D. Windows color (decimal): -10456956 or 8679520. OLE color: 8679520.

HSL color Cylindrical-coordinate representation of color #607084: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607084 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96112132-
CMYK0.270.1500.48
HSL213.33º15.79%44.71%-
HSV(B)213.33º27.27%51.76%-
XYZ14.7815.7424.09-
YUV109.5140.7118.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=28.24%
G=32.94%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961121320.270.1500.48213.3315.7944.71
Hex6070841BF030d5102d
Octal14016020433170603252055
Binary110000011100001000010011011111101100001101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607084; }

 p { color: rgb(96,112,132); }

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

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

 a { background-color: rgb(96,112,132); }

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

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

 span { border-color: rgb(96,112,132); }

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