Html Css Color HEX #634466 Fedora

📋 copy color: '#634466'

red 99 ◦ green 68 ◦ blue 102

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

Shades of Fedora #634466

Tints of Fedora #634466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 36.8%
G = 25.28%
B = 37.92%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#634466 (or 0x634466) is known color: Fedora. HEX triplet: 63, 44 and 66. RGB value is (99,68,102). Sum of RGB (Red+Green+Blue) = 99+68+102=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #634466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634466 is #9CBB99. Grayscale: #515151. Windows color (decimal): -10271642 or 6702179. OLE color: 6702179.

HSL color Cylindrical-coordinate representation of color #634466: hue angle of 294.71º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634466 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 68 102 -
CMYK 0.03 0.33 0 0.6
HSL 294.71º 0.2% 0.33% -
HSV(B) 294.71º 0.33% 0.4% -
XYZ 9.61 7.75 13.56 -
YUV 81.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 99 68 102 0.03 0.33 0 0.6 294.71 0.2 0.33
Hex 63 44 66 3 21 0 3C 127 14 21
Octal 143 104 146 3 41 0 74 447 24 41
Binary 1100011 1000100 1100110 11 100001 0 111100 100100111 10100 100001

Color Harmonies of #634466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634466

Black with #634466

Text Example


Text Example

White with #634466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634466; }

 p { color: rgb(99,68,102); }

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

background-color css

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

 a { background-color: rgb(99,68,102); }

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

border-color css

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

 span { border-color: rgb(99,68,102); }

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