Html Css Color HEX #627489 Kashmir Blue

📋 copy color: '#627489'

red 98 ◦ green 116 ◦ blue 137

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

Shades of Kashmir Blue #627489

Tints of Kashmir Blue #627489

RGB

 RED value IS 98 (38.67% from 255) = 27.92%

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 27.92%
G = 33.05%
B = 39.03%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#627489 (or 0x627489) is known color: Kashmir Blue. HEX triplet: 62, 74 and 89. RGB value is (98,116,137). Sum of RGB (Red+Green+Blue) = 98+116+137=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #627489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627489 is #9D8B76. Grayscale: #707070. Windows color (decimal): -10324855 or 9008226. OLE color: 9008226.

HSL color Cylindrical-coordinate representation of color #627489: hue angle of 212.31º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #627489 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 116 137 -
CMYK 0.28 0.15 0 0.46
HSL 212.31º 0.17% 0.46% -
HSV(B) 212.31º 0.28% 0.54% -
XYZ 15.8 16.89 26.1 -
YUV 113.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 98 116 137 0.28 0.15 0 0.46 212.31 0.17 0.46
Hex 62 74 89 1C F 0 2E D4 11 2E
Octal 142 164 211 34 17 0 56 324 21 56
Binary 1100010 1110100 10001001 11100 1111 0 101110 11010100 10001 101110

Color Harmonies of #627489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627489

Black with #627489

Text Example


Text Example

White with #627489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627489; }

 p { color: rgb(98,116,137); }

 H1.HeaderClassName
 {
   color: #627489;
 }
 .AnyTagClassName
 {
   color: #627489;
 }
</style>

background-color css

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

 a { background-color: rgb(98,116,137); }

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

border-color css

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

 span { border-color: rgb(98,116,137); }

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