Html Css Color HEX #637285 Raven

📋 copy color: '#637285'

red 99 ◦ green 114 ◦ blue 133

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

Shades of Raven #637285

Tints of Raven #637285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 28.61%
G = 32.95%
B = 38.44%

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

#637285 (or 0x637285) is known color: Raven. HEX triplet: 63, 72 and 85. RGB value is (99,114,133). Sum of RGB (Red+Green+Blue) = 99+114+133=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #637285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637285 is #9C8D7A. Grayscale: #6F6F6F. Windows color (decimal): -10259835 or 8745571. OLE color: 8745571.

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

Color convert

RGB 99 114 133 -
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.4 16.38 24.54 -
YUV 111.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 99 114 133 0.26 0.14 0 0.48 213.53 0.15 0.45
Hex 63 72 85 1A E 0 30 D6 F 2D
Octal 143 162 205 32 16 0 60 326 17 55
Binary 1100011 1110010 10000101 11010 1110 0 110000 11010110 1111 101101

Color Harmonies of #637285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637285

Black with #637285

Text Example


Text Example

White with #637285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637285; }

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

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

background-color css

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

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

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

border-color css

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

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

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