#627387

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

Shades of Kashmir Blue #627387

Tints of Kashmir Blue #627387

Color information

#627387 (or 0x627387) is unknown color: approx Kashmir Blue. HEX triplet: 62, 73 and 87. RGB value is (98,115,135). Sum of RGB (Red+Green+Blue) = 98+115+135=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #627387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627387 is #9D8C78. Grayscale: #707070. Windows color (decimal): -10325113 or 8876898. OLE color: 8876898.

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

Color convert

RGB98115135-
CMYK0.270.1500.47
HSL212.43º15.88%45.69%-
HSV(B)212.43º27.41%52.94%-
XYZ15.5416.6125.31-
YUV112.2140.87117.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=28.16%
G=33.05%
B=38.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981151350.270.1500.47212.4315.8845.69
Hex6273871BF02Fd4102e
Octal14216320733170573242056
Binary110001011100111000011111011111101011111101010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627387; }

 p { color: rgb(98,115,135); }

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

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

 a { background-color: rgb(98,115,135); }

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

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

 span { border-color: rgb(98,115,135); }

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