Html Css Color HEX #635A66 Fedora

📋 copy color: '#635A66'

red 99 ◦ green 90 ◦ blue 102

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

Shades of Fedora #635A66

Tints of Fedora #635A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

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

R = 34.02%
G = 30.93%
B = 35.05%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#635A66 (or 0x635A66) is known color: Fedora. HEX triplet: 63, 5A and 66. RGB value is (99,90,102). Sum of RGB (Red+Green+Blue) = 99+90+102=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 102 - color contains mainly: blue. Hex color #635A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A66 is #9CA599. Grayscale: #5E5E5E. Windows color (decimal): -10266010 or 6707811. OLE color: 6707811.

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

Color convert

RGB 99 90 102 -
CMYK 0.03 0.12 0 0.6
HSL 285º 0.06% 0.38% -
HSV(B) 285º 0.12% 0.4% -
XYZ 11.2 10.92 14.09 -
YUV 94.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 99 90 102 0.03 0.12 0 0.6 285 0.06 0.38
Hex 63 5A 66 3 C 0 3C 11D 6 26
Octal 143 132 146 3 14 0 74 435 6 46
Binary 1100011 1011010 1100110 11 1100 0 111100 100011101 110 100110

Color Harmonies of #635A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A66

Black with #635A66

Text Example


Text Example

White with #635A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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