Html Css Color HEX #637185 Kashmir Blue

📋 copy color: '#637185'

red 99 ◦ green 113 ◦ blue 133

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

Shades of Kashmir Blue #637185

Tints of Kashmir Blue #637185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 28.7%
G = 32.75%
B = 38.55%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637185 (or 0x637185) is known color: Kashmir Blue. HEX triplet: 63, 71 and 85. RGB value is (99,113,133). Sum of RGB (Red+Green+Blue) = 99+113+133=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #637185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637185 is #9C8E7A. Grayscale: #6F6F6F. Windows color (decimal): -10260091 or 8745315. OLE color: 8745315.

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

Color convert

RGB 99 113 133 -
CMYK 0.26 0.15 0 0.48
HSL 215.29º 0.15% 0.45% -
HSV(B) 215.29º 0.26% 0.52% -
XYZ 15.28 16.16 24.5 -
YUV 111.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 99 113 133 0.26 0.15 0 0.48 215.29 0.15 0.45
Hex 63 71 85 1A F 0 30 D7 F 2D
Octal 143 161 205 32 17 0 60 327 17 55
Binary 1100011 1110001 10000101 11010 1111 0 110000 11010111 1111 101101

Color Harmonies of #637185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637185

Black with #637185

Text Example


Text Example

White with #637185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637185; }

 p { color: rgb(99,113,133); }

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

background-color css

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

 a { background-color: rgb(99,113,133); }

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

border-color css

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

 span { border-color: rgb(99,113,133); }

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