Html Css Color HEX #634B6C Fedora

📋 copy color: '#634B6C'

red 99 ◦ green 75 ◦ blue 108

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

Shades of Fedora #634B6C

Tints of Fedora #634B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.6%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 35.11%
G = 26.6%
B = 38.3%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#634B6C (or 0x634B6C) is known color: Fedora. HEX triplet: 63, 4B and 6C. RGB value is (99,75,108). Sum of RGB (Red+Green+Blue) = 99+75+108=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #634B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B6C is #9CB493. Grayscale: #555555. Windows color (decimal): -10269844 or 7097187. OLE color: 7097187.

HSL color Cylindrical-coordinate representation of color #634B6C: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634B6C is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 75 108 -
CMYK 0.08 0.31 0 0.58
HSL 283.64º 0.18% 0.36% -
HSV(B) 283.64º 0.31% 0.42% -
XYZ 10.37 8.77 15.33 -
YUV 85.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 99 75 108 0.08 0.31 0 0.58 283.64 0.18 0.36
Hex 63 4B 6C 8 1F 0 3A 11C 12 24
Octal 143 113 154 10 37 0 72 434 22 44
Binary 1100011 1001011 1101100 1000 11111 0 111010 100011100 10010 100100

Color Harmonies of #634B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634B6C

Black with #634B6C

Text Example


Text Example

White with #634B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634B6C; }

 p { color: rgb(99,75,108); }

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

background-color css

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

 a { background-color: rgb(99,75,108); }

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

border-color css

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

 span { border-color: rgb(99,75,108); }

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