Html Css Color HEX #655B68 Fedora

📋 copy color: '#655B68'

red 101 ◦ green 91 ◦ blue 104

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

Shades of Fedora #655B68

Tints of Fedora #655B68

RGB

 RED value IS 101 (39.84% from 255) = 34.12%

 GREEN value IS 91 (35.94% from 255) = 30.74%

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

R = 34.12%
G = 30.74%
B = 35.14%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#655B68 (or 0x655B68) is known color: Fedora. HEX triplet: 65, 5B and 68. RGB value is (101,91,104). Sum of RGB (Red+Green+Blue) = 101+91+104=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #655B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B68 is #9AA497. Grayscale: #5F5F5F. Windows color (decimal): -10134680 or 6839141. OLE color: 6839141.

HSL color Cylindrical-coordinate representation of color #655B68: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655B68 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 91 104 -
CMYK 0.03 0.12 0 0.59
HSL 286.15º 0.07% 0.38% -
HSV(B) 286.15º 0.13% 0.41% -
XYZ 11.61 11.25 14.66 -
YUV 95.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 101 91 104 0.03 0.12 0 0.59 286.15 0.07 0.38
Hex 65 5B 68 3 C 0 3B 11E 7 26
Octal 145 133 150 3 14 0 73 436 7 46
Binary 1100101 1011011 1101000 11 1100 0 111011 100011110 111 100110

Color Harmonies of #655B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B68

Black with #655B68

Text Example


Text Example

White with #655B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,91,104); }

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

background-color css

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

 a { background-color: rgb(101,91,104); }

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

border-color css

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

 span { border-color: rgb(101,91,104); }

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