Html Css Color HEX #665968 Fedora

📋 copy color: '#665968'

red 102 ◦ green 89 ◦ blue 104

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

Shades of Fedora #665968

Tints of Fedora #665968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 34.58%
G = 30.17%
B = 35.25%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665968 (or 0x665968) is known color: Fedora. HEX triplet: 66, 59 and 68. RGB value is (102,89,104). Sum of RGB (Red+Green+Blue) = 102+89+104=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #665968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665968 is #99A697. Grayscale: #5E5E5E. Windows color (decimal): -10069656 or 6838630. OLE color: 6838630.

HSL color Cylindrical-coordinate representation of color #665968: hue angle of 292º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665968 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 89 104 -
CMYK 0.02 0.14 0 0.59
HSL 292º 0.08% 0.38% -
HSV(B) 292º 0.14% 0.41% -
XYZ 11.55 10.97 14.61 -
YUV 94.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 102 89 104 0.02 0.14 0 0.59 292 0.08 0.38
Hex 66 59 68 2 E 0 3B 124 8 26
Octal 146 131 150 2 16 0 73 444 10 46
Binary 1100110 1011001 1101000 10 1110 0 111011 100100100 1000 100110

Color Harmonies of #665968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665968

Black with #665968

Text Example


Text Example

White with #665968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665968; }

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

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

background-color css

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

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

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

border-color css

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

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

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