#627184

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

Shades of Kashmir Blue #627184

Tints of Kashmir Blue #627184

Color information

#627184 (or 0x627184) is unknown color: approx Kashmir Blue. HEX triplet: 62, 71 and 84. RGB value is (98,113,132). Sum of RGB (Red+Green+Blue) = 98+113+132=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #627184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627184 is #9D8E7B. Grayscale: #6E6E6E. Windows color (decimal): -10325628 or 8679778. OLE color: 8679778.

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

Color convert

RGB98113132-
CMYK0.260.1400.48
HSL213.53º14.78%45.1%-
HSV(B)213.53º25.76%51.76%-
XYZ15.1116.0724.14-
YUV110.68140.03118.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=28.57%
G=32.94%
B=38.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981131320.260.1400.48213.5314.7845.1
Hex6271841AE030d6f2d
Octal14216120432160603261755
Binary11000101110001100001001101011100110000110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627184; }

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

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

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

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

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

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

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

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