#627386

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

Shades of Kashmir Blue #627386

Tints of Kashmir Blue #627386

Color information

#627386 (or 0x627386) is unknown color: approx Kashmir Blue. HEX triplet: 62, 73 and 86. RGB value is (98,115,134). Sum of RGB (Red+Green+Blue) = 98+115+134=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #627386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627386 is #9D8C79. Grayscale: #6F6F6F. Windows color (decimal): -10325114 or 8811362. OLE color: 8811362.

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

Color convert

RGB98115134-
CMYK0.270.1400.47
HSL211.67º15.52%45.49%-
HSV(B)211.67º26.87%52.55%-
XYZ15.4716.5824.94-
YUV112.08140.37117.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=28.24%
G=33.14%
B=38.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981151340.270.1400.47211.6715.5245.49
Hex6273861BE02Fd4102d
Octal14216320633160573242055
Binary110001011100111000011011011111001011111101010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627386; }

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

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

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

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

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

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

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

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