Html Css Color HEX #635C66 Fedora

📋 copy color: '#635C66'

red 99 ◦ green 92 ◦ blue 102

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

Shades of Fedora #635C66

Tints of Fedora #635C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 33.79%
G = 31.4%
B = 34.81%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#635C66 (or 0x635C66) is known color: Fedora. HEX triplet: 63, 5C and 66. RGB value is (99,92,102). Sum of RGB (Red+Green+Blue) = 99+92+102=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 102 - color contains mainly: blue. Hex color #635C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C66 is #9CA399. Grayscale: #5F5F5F. Windows color (decimal): -10265498 or 6708323. OLE color: 6708323.

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

Color convert

RGB 99 92 102 -
CMYK 0.03 0.10 0 0.6
HSL 282º 0.05% 0.38% -
HSV(B) 282º 0.1% 0.4% -
XYZ 11.37 11.27 14.15 -
YUV 95.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 99 92 102 0.03 0.10 0 0.6 282 0.05 0.38
Hex 63 5C 66 3 A 0 3C 11A 5 26
Octal 143 134 146 3 12 0 74 432 5 46
Binary 1100011 1011100 1100110 11 1010 0 111100 100011010 101 100110

Color Harmonies of #635C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C66

Black with #635C66

Text Example


Text Example

White with #635C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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