Html Css Color HEX #634E69 Fedora

📋 copy color: '#634E69'

red 99 ◦ green 78 ◦ blue 105

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

Shades of Fedora #634E69

Tints of Fedora #634E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.66%

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 35.11%
G = 27.66%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#634E69 (or 0x634E69) is known color: Fedora. HEX triplet: 63, 4E and 69. RGB value is (99,78,105). Sum of RGB (Red+Green+Blue) = 99+78+105=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #634E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E69 is #9CB196. Grayscale: #575757. Windows color (decimal): -10269079 or 6901347. OLE color: 6901347.

HSL color Cylindrical-coordinate representation of color #634E69: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634E69 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 78 105 -
CMYK 0.06 0.26 0 0.59
HSL 286.67º 0.15% 0.36% -
HSV(B) 286.67º 0.26% 0.41% -
XYZ 10.42 9.12 14.58 -
YUV 87.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 99 78 105 0.06 0.26 0 0.59 286.67 0.15 0.36
Hex 63 4E 69 6 1A 0 3B 11F F 24
Octal 143 116 151 6 32 0 73 437 17 44
Binary 1100011 1001110 1101001 110 11010 0 111011 100011111 1111 100100

Color Harmonies of #634E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E69

Black with #634E69

Text Example


Text Example

White with #634E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,78,105); }

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

background-color css

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

 a { background-color: rgb(99,78,105); }

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

border-color css

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

 span { border-color: rgb(99,78,105); }

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