Html Css Color HEX #634B68 Fedora

📋 copy color: '#634B68'

red 99 ◦ green 75 ◦ blue 104

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

Shades of Fedora #634B68

Tints of Fedora #634B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 35.61%
G = 26.98%
B = 37.41%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#634B68 (or 0x634B68) is known color: Fedora. HEX triplet: 63, 4B and 68. RGB value is (99,75,104). Sum of RGB (Red+Green+Blue) = 99+75+104=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #634B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B68 is #9CB497. Grayscale: #555555. Windows color (decimal): -10269848 or 6835043. OLE color: 6835043.

HSL color Cylindrical-coordinate representation of color #634B68: hue angle of 289.66º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #634B68 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 75 104 -
CMYK 0.05 0.28 0 0.59
HSL 289.66º 0.16% 0.35% -
HSV(B) 289.66º 0.28% 0.41% -
XYZ 10.16 8.68 14.24 -
YUV 85.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 99 75 104 0.05 0.28 0 0.59 289.66 0.16 0.35
Hex 63 4B 68 5 1C 0 3B 122 10 23
Octal 143 113 150 5 34 0 73 442 20 43
Binary 1100011 1001011 1101000 101 11100 0 111011 100100010 10000 100011

Color Harmonies of #634B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634B68

Black with #634B68

Text Example


Text Example

White with #634B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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