#627085

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

Shades of Kashmir Blue #627085

Tints of Kashmir Blue #627085

Color information

#627085 (or 0x627085) is unknown color: approx Kashmir Blue. HEX triplet: 62, 70 and 85. RGB value is (98,112,133). Sum of RGB (Red+Green+Blue) = 98+112+133=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #627085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627085 is #9D8F7A. Grayscale: #6E6E6E. Windows color (decimal): -10325883 or 8745058. OLE color: 8745058.

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

Color convert

RGB98112133-
CMYK0.260.1600.48
HSL216º15.15%45.29%-
HSV(B)216º26.32%52.16%-
XYZ15.0615.8824.46-
YUV110.21140.86119.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=28.57%
G=32.65%
B=38.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981121330.260.1600.4821615.1545.29
Hex6270851A10030d8f2d
Octal14216020532200603301755
Binary110001011100001000010111010100000110000110110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627085; }

 p { color: rgb(98,112,133); }

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

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

 a { background-color: rgb(98,112,133); }

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

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

 span { border-color: rgb(98,112,133); }

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