Html Css Color HEX #637084 Raven

📋 copy color: '#637084'

red 99 ◦ green 112 ◦ blue 132

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

Shades of Raven #637084

Tints of Raven #637084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 28.86%
G = 32.65%
B = 38.48%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637084 (or 0x637084) is known color: Raven. HEX triplet: 63, 70 and 84. RGB value is (99,112,132). Sum of RGB (Red+Green+Blue) = 99+112+132=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #637084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637084 is #9C8F7B. Grayscale: #6E6E6E. Windows color (decimal): -10260348 or 8679523. OLE color: 8679523.

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

Color convert

RGB 99 112 132 -
CMYK 0.25 0.15 0 0.48
HSL 216.36º 0.14% 0.45% -
HSV(B) 216.36º 0.25% 0.52% -
XYZ 15.1 15.91 24.1 -
YUV 110.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 99 112 132 0.25 0.15 0 0.48 216.36 0.14 0.45
Hex 63 70 84 19 F 0 30 D8 E 2D
Octal 143 160 204 31 17 0 60 330 16 55
Binary 1100011 1110000 10000100 11001 1111 0 110000 11011000 1110 101101

Color Harmonies of #637084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637084

Black with #637084

Text Example


Text Example

White with #637084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637084; }

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

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

background-color css

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

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

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

border-color css

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

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

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