Html Css Color HEX #63466A Fedora

📋 copy color: '#63466A'

red 99 ◦ green 70 ◦ blue 106

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

Shades of Fedora #63466A

Tints of Fedora #63466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 36%
G = 25.45%
B = 38.55%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63466A (or 0x63466A) is known color: Fedora. HEX triplet: 63, 46 and 6A. RGB value is (99,70,106). Sum of RGB (Red+Green+Blue) = 99+70+106=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #63466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63466A is #9CB995. Grayscale: #525252. Windows color (decimal): -10271126 or 6964835. OLE color: 6964835.

HSL color Cylindrical-coordinate representation of color #63466A: hue angle of 288.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63466A is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 70 106 -
CMYK 0.07 0.34 0 0.58
HSL 288.33º 0.2% 0.35% -
HSV(B) 288.33º 0.34% 0.42% -
XYZ 9.94 8.07 14.67 -
YUV 82.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 99 70 106 0.07 0.34 0 0.58 288.33 0.2 0.35
Hex 63 46 6A 7 22 0 3A 120 14 23
Octal 143 106 152 7 42 0 72 440 24 43
Binary 1100011 1000110 1101010 111 100010 0 111010 100100000 10100 100011

Color Harmonies of #63466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63466A

Black with #63466A

Text Example


Text Example

White with #63466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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