Html Css Color HEX #637284 Raven

📋 copy color: '#637284'

red 99 ◦ green 114 ◦ blue 132

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

Shades of Raven #637284

Tints of Raven #637284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 28.7%
G = 33.04%
B = 38.26%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637284 (or 0x637284) is known color: Raven. HEX triplet: 63, 72 and 84. RGB value is (99,114,132). Sum of RGB (Red+Green+Blue) = 99+114+132=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #637284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637284 is #9C8D7B. Grayscale: #6F6F6F. Windows color (decimal): -10259836 or 8680035. OLE color: 8680035.

HSL color Cylindrical-coordinate representation of color #637284: hue angle of 212.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #637284 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 114 132 -
CMYK 0.25 0.14 0 0.48
HSL 212.73º 0.14% 0.45% -
HSV(B) 212.73º 0.25% 0.52% -
XYZ 15.33 16.35 24.18 -
YUV 111.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 99 114 132 0.25 0.14 0 0.48 212.73 0.14 0.45
Hex 63 72 84 19 E 0 30 D5 E 2D
Octal 143 162 204 31 16 0 60 325 16 55
Binary 1100011 1110010 10000100 11001 1110 0 110000 11010101 1110 101101

Color Harmonies of #637284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637284

Black with #637284

Text Example


Text Example

White with #637284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637284; }

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

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

background-color css

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

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

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

border-color css

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

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

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