Html Css Color HEX #627488 Kashmir Blue

📋 copy color: '#627488'

red 98 ◦ green 116 ◦ blue 136

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

Shades of Kashmir Blue #627488

Tints of Kashmir Blue #627488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 28%
G = 33.14%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627488 (or 0x627488) is known color: Kashmir Blue. HEX triplet: 62, 74 and 88. RGB value is (98,116,136). Sum of RGB (Red+Green+Blue) = 98+116+136=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #627488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627488 is #9D8B77. Grayscale: #707070. Windows color (decimal): -10324856 or 8942690. OLE color: 8942690.

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

Color convert

RGB 98 116 136 -
CMYK 0.28 0.15 0 0.47
HSL 211.58º 0.16% 0.46% -
HSV(B) 211.58º 0.28% 0.53% -
XYZ 15.73 16.87 25.72 -
YUV 112.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 98 116 136 0.28 0.15 0 0.47 211.58 0.16 0.46
Hex 62 74 88 1C F 0 2F D4 10 2E
Octal 142 164 210 34 17 0 57 324 20 56
Binary 1100010 1110100 10001000 11100 1111 0 101111 11010100 10000 101110

Color Harmonies of #627488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627488

Black with #627488

Text Example


Text Example

White with #627488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627488; }

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

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

background-color css

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

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

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

border-color css

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

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

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