Html Css Color HEX #636A7E Raven

📋 copy color: '#636A7E'

red 99 ◦ green 106 ◦ blue 126

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

Shades of Raven #636A7E

Tints of Raven #636A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 29.91%
G = 32.02%
B = 38.07%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#636A7E (or 0x636A7E) is known color: Raven. HEX triplet: 63, 6A and 7E. RGB value is (99,106,126). Sum of RGB (Red+Green+Blue) = 99+106+126=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #636A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A7E is #9C9581. Grayscale: #6A6A6A. Windows color (decimal): -10261890 or 8284771. OLE color: 8284771.

HSL color Cylindrical-coordinate representation of color #636A7E: hue angle of 224.44º 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 #636A7E is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 106 126 -
CMYK 0.21 0.16 0 0.51
HSL 224.44º 0.12% 0.44% -
HSV(B) 224.44º 0.21% 0.49% -
XYZ 14.07 14.47 21.79 -
YUV 106.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 99 106 126 0.21 0.16 0 0.51 224.44 0.12 0.44
Hex 63 6A 7E 15 10 0 33 E0 C 2C
Octal 143 152 176 25 20 0 63 340 14 54
Binary 1100011 1101010 1111110 10101 10000 0 110011 11100000 1100 101100

Color Harmonies of #636A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A7E

Black with #636A7E

Text Example


Text Example

White with #636A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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