Html Css Color HEX #665368 Fedora

📋 copy color: '#665368'

red 102 ◦ green 83 ◦ blue 104

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

Shades of Fedora #665368

Tints of Fedora #665368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 35.29%
G = 28.72%
B = 35.99%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665368 (or 0x665368) is known color: Fedora. HEX triplet: 66, 53 and 68. RGB value is (102,83,104). Sum of RGB (Red+Green+Blue) = 102+83+104=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #665368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665368 is #99AC97. Grayscale: #5B5B5B. Windows color (decimal): -10071192 or 6837094. OLE color: 6837094.

HSL color Cylindrical-coordinate representation of color #665368: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665368 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 83 104 -
CMYK 0.02 0.20 0 0.59
HSL 294.29º 0.11% 0.37% -
HSV(B) 294.29º 0.2% 0.41% -
XYZ 11.07 10.01 14.45 -
YUV 91.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 102 83 104 0.02 0.20 0 0.59 294.29 0.11 0.37
Hex 66 53 68 2 14 0 3B 126 B 25
Octal 146 123 150 2 24 0 73 446 13 45
Binary 1100110 1010011 1101000 10 10100 0 111011 100100110 1011 100101

Color Harmonies of #665368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665368

Black with #665368

Text Example


Text Example

White with #665368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665368; }

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

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

background-color css

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

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

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

border-color css

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

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

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