Html Css Color HEX #63707E Raven

📋 copy color: '#63707E'

red 99 ◦ green 112 ◦ blue 126

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

Shades of Raven #63707E

Tints of Raven #63707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 29.38%
G = 33.23%
B = 37.39%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63707E (or 0x63707E) is known color: Raven. HEX triplet: 63, 70 and 7E. RGB value is (99,112,126). Sum of RGB (Red+Green+Blue) = 99+112+126=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #63707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63707E is #9C8F81. Grayscale: #6D6D6D. Windows color (decimal): -10260354 or 8286307. OLE color: 8286307.

HSL color Cylindrical-coordinate representation of color #63707E: hue angle of 211.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63707E is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 112 126 -
CMYK 0.21 0.11 0 0.51
HSL 211.11º 0.12% 0.44% -
HSV(B) 211.11º 0.21% 0.49% -
XYZ 14.71 15.75 22 -
YUV 109.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 99 112 126 0.21 0.11 0 0.51 211.11 0.12 0.44
Hex 63 70 7E 15 B 0 33 D3 C 2C
Octal 143 160 176 25 13 0 63 323 14 54
Binary 1100011 1110000 1111110 10101 1011 0 110011 11010011 1100 101100

Color Harmonies of #63707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63707E

Black with #63707E

Text Example


Text Example

White with #63707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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