Html Css Color HEX #665C68 Fedora

📋 copy color: '#665C68'

red 102 ◦ green 92 ◦ blue 104

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

Shades of Fedora #665C68

Tints of Fedora #665C68

RGB

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

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

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

R = 34.23%
G = 30.87%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665C68 (or 0x665C68) is known color: Fedora. HEX triplet: 66, 5C and 68. RGB value is (102,92,104). Sum of RGB (Red+Green+Blue) = 102+92+104=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #665C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C68 is #99A397. Grayscale: #606060. Windows color (decimal): -10068888 or 6839398. OLE color: 6839398.

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

Color convert

RGB 102 92 104 -
CMYK 0.02 0.12 0 0.59
HSL 290º 0.06% 0.38% -
HSV(B) 290º 0.12% 0.41% -
XYZ 11.81 11.48 14.69 -
YUV 96.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 102 92 104 0.02 0.12 0 0.59 290 0.06 0.38
Hex 66 5C 68 2 C 0 3B 122 6 26
Octal 146 134 150 2 14 0 73 442 6 46
Binary 1100110 1011100 1101000 10 1100 0 111011 100100010 110 100110

Color Harmonies of #665C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C68

Black with #665C68

Text Example


Text Example

White with #665C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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