Html Css Color HEX #637488 Kashmir Blue

📋 copy color: '#637488'

red 99 ◦ green 116 ◦ blue 136

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

Shades of Kashmir Blue #637488

Tints of Kashmir Blue #637488

RGB

 RED value IS 99 (39.06% from 255) = 28.21%

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

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

R = 28.21%
G = 33.05%
B = 38.75%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#637488 (or 0x637488) is known color: Kashmir Blue. HEX triplet: 63, 74 and 88. RGB value is (99,116,136). Sum of RGB (Red+Green+Blue) = 99+116+136=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #637488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637488 is #9C8B77. Grayscale: #717171. Windows color (decimal): -10259320 or 8942691. OLE color: 8942691.

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

Color convert

RGB 99 116 136 -
CMYK 0.27 0.15 0 0.47
HSL 212.43º 0.16% 0.46% -
HSV(B) 212.43º 0.27% 0.53% -
XYZ 15.83 16.92 25.72 -
YUV 113.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 99 116 136 0.27 0.15 0 0.47 212.43 0.16 0.46
Hex 63 74 88 1B F 0 2F D4 10 2E
Octal 143 164 210 33 17 0 57 324 20 56
Binary 1100011 1110100 10001000 11011 1111 0 101111 11010100 10000 101110

Color Harmonies of #637488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637488

Black with #637488

Text Example


Text Example

White with #637488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637488; }

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

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

background-color css

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

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

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

border-color css

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

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

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