Html Css Color HEX #665E68 Fedora

📋 copy color: '#665E68'

red 102 ◦ green 94 ◦ blue 104

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

Shades of Fedora #665E68

Tints of Fedora #665E68

RGB

 RED value IS 102 (40.23% from 255) = 34%

 GREEN value IS 94 (37.11% from 255) = 31.33%

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

R = 34%
G = 31.33%
B = 34.67%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665E68 (or 0x665E68) is known color: Fedora. HEX triplet: 66, 5E and 68. RGB value is (102,94,104). Sum of RGB (Red+Green+Blue) = 102+94+104=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 104 - color contains mainly: blue. Hex color #665E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E68 is #99A197. Grayscale: #616161. Windows color (decimal): -10068376 or 6839910. OLE color: 6839910.

HSL color Cylindrical-coordinate representation of color #665E68: hue angle of 288º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665E68 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 94 104 -
CMYK 0.02 0.10 0 0.59
HSL 288º 0.05% 0.39% -
HSV(B) 288º 0.1% 0.41% -
XYZ 11.98 11.83 14.75 -
YUV 97.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 102 94 104 0.02 0.10 0 0.59 288 0.05 0.39
Hex 66 5E 68 2 A 0 3B 120 5 27
Octal 146 136 150 2 12 0 73 440 5 47
Binary 1100110 1011110 1101000 10 1010 0 111011 100100000 101 100111

Color Harmonies of #665E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E68

Black with #665E68

Text Example


Text Example

White with #665E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665E68; }

 p { color: rgb(102,94,104); }

 H1.HeaderClassName
 {
   color: #665E68;
 }
 .AnyTagClassName
 {
   color: #665E68;
 }
</style>

background-color css

<style>
 a { background-color: #665E68; }

 a { background-color: rgb(102,94,104); }

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

border-color css

<style>
 span { border-color: #665E68; }

 span { border-color: rgb(102,94,104); }

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