Html Css Color HEX #655C68 Fedora

📋 copy color: '#655C68'

red 101 ◦ green 92 ◦ blue 104

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

Shades of Fedora #655C68

Tints of Fedora #655C68

RGB

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

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

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

R = 34.01%
G = 30.98%
B = 35.02%

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

#655C68 (or 0x655C68) is known color: Fedora. HEX triplet: 65, 5C and 68. RGB value is (101,92,104). Sum of RGB (Red+Green+Blue) = 101+92+104=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #655C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C68 is #9AA397. Grayscale: #606060. Windows color (decimal): -10134424 or 6839397. OLE color: 6839397.

HSL color Cylindrical-coordinate representation of color #655C68: hue angle of 285º degrees, saturation: 0.06, 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 #655C68 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 92 104 -
CMYK 0.03 0.12 0 0.59
HSL 285º 0.06% 0.38% -
HSV(B) 285º 0.12% 0.41% -
XYZ 11.69 11.42 14.68 -
YUV 96.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 101 92 104 0.03 0.12 0 0.59 285 0.06 0.38
Hex 65 5C 68 3 C 0 3B 11D 6 26
Octal 145 134 150 3 14 0 73 435 6 46
Binary 1100101 1011100 1101000 11 1100 0 111011 100011101 110 100110

Color Harmonies of #655C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C68

Black with #655C68

Text Example


Text Example

White with #655C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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