Html Css Color HEX #634F67 Fedora

📋 copy color: '#634F67'

red 99 ◦ green 79 ◦ blue 103

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

Shades of Fedora #634F67

Tints of Fedora #634F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 35.23%
G = 28.11%
B = 36.65%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#634F67 (or 0x634F67) is known color: Fedora. HEX triplet: 63, 4F and 67. RGB value is (99,79,103). Sum of RGB (Red+Green+Blue) = 99+79+103=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #634F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F67 is #9CB098. Grayscale: #575757. Windows color (decimal): -10268825 or 6770531. OLE color: 6770531.

HSL color Cylindrical-coordinate representation of color #634F67: hue angle of 290º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634F67 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 79 103 -
CMYK 0.04 0.23 0 0.60
HSL 290º 0.13% 0.36% -
HSV(B) 290º 0.23% 0.4% -
XYZ 10.39 9.22 14.06 -
YUV 87.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 99 79 103 0.04 0.23 0 0.60 290 0.13 0.36
Hex 63 4F 67 4 17 0 3C 122 D 24
Octal 143 117 147 4 27 0 74 442 15 44
Binary 1100011 1001111 1100111 100 10111 0 111100 100100010 1101 100100

Color Harmonies of #634F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634F67

Black with #634F67

Text Example


Text Example

White with #634F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,79,103); }

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

background-color css

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

 a { background-color: rgb(99,79,103); }

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

border-color css

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

 span { border-color: rgb(99,79,103); }

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