Html Css Color HEX #627184 Kashmir Blue

📋 copy color: '#627184'

red 98 ◦ green 113 ◦ blue 132

#627184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #627184

Tints of Kashmir Blue #627184

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 value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627184 (or 0x627184) is known color: 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

RGB 98 113 132 -
CMYK 0.26 0.14 0 0.48
HSL 213.53º 0.15% 0.45% -
HSV(B) 213.53º 0.26% 0.52% -
XYZ 15.11 16.07 24.14 -
YUV 110.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 98 113 132 0.26 0.14 0 0.48 213.53 0.15 0.45
Hex 62 71 84 1A E 0 30 D6 F 2D
Octal 142 161 204 32 16 0 60 326 17 55
Binary 1100010 1110001 10000100 11010 1110 0 110000 11010110 1111 101101

Color Harmonies of #627184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627184

Black with #627184

Text Example


Text Example

White with #627184

Text Example


Text Example

HTML Codes & Css Web 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>