#627084

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

Shades of Kashmir Blue #627084

Tints of Kashmir Blue #627084

Color information

#627084 (or 0x627084) is unknown color: approx Kashmir Blue. HEX triplet: 62, 70 and 84. RGB value is (98,112,132). Sum of RGB (Red+Green+Blue) = 98+112+132=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #627084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627084 is #9D8F7B. Grayscale: #6D6D6D. Windows color (decimal): -10325884 or 8679522. OLE color: 8679522.

HSL color Cylindrical-coordinate representation of color #627084: hue angle of 215.29º 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 #627084 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98112132-
CMYK0.260.1500.48
HSL215.29º14.78%45.1%-
HSV(B)215.29º25.76%51.76%-
XYZ1515.8524.1-
YUV110.09140.36119.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=28.65%
G=32.75%
B=38.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981121320.260.1500.48215.2914.7845.1
Hex6270841AF030d7f2d
Octal14216020432170603271755
Binary11000101110000100001001101011110110000110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627084; }

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

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

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

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

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

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

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

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