#627489

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

Shades of Kashmir Blue #627489

Tints of Kashmir Blue #627489

Color information

#627489 (or 0x627489) is unknown color: approx Kashmir Blue. HEX triplet: 62, 74 and 89. RGB value is (98,116,137). Sum of RGB (Red+Green+Blue) = 98+116+137=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #627489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627489 is #9D8B76. Grayscale: #707070. Windows color (decimal): -10324855 or 9008226. OLE color: 9008226.

HSL color Cylindrical-coordinate representation of color #627489: hue angle of 212.31º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #627489 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB98116137-
CMYK0.280.1500.46
HSL212.31º16.6%46.08%-
HSV(B)212.31º28.47%53.73%-
XYZ15.816.8926.1-
YUV113.01141.54117.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=27.92%
G=33.05%
B=39.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981161370.280.1500.46212.3116.646.08
Hex6274891CF02Ed4112e
Octal14216421134170563242156
Binary110001011101001000100111100111101011101101010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627489; }

 p { color: rgb(98,116,137); }

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

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

 a { background-color: rgb(98,116,137); }

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

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

 span { border-color: rgb(98,116,137); }

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