Html Css Color HEX #665371 Fedora

📋 copy color: '#665371'

red 102 ◦ green 83 ◦ blue 113

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

Shades of Fedora #665371

Tints of Fedora #665371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 34.23%
G = 27.85%
B = 37.92%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#665371 (or 0x665371) is known color: Fedora. HEX triplet: 66, 53 and 71. RGB value is (102,83,113). Sum of RGB (Red+Green+Blue) = 102+83+113=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #665371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665371 is #99AC8E. Grayscale: #5C5C5C. Windows color (decimal): -10071183 or 7426918. OLE color: 7426918.

HSL color Cylindrical-coordinate representation of color #665371: hue angle of 278º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665371 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 83 113 -
CMYK 0.10 0.27 0 0.56
HSL 278º 0.15% 0.38% -
HSV(B) 278º 0.27% 0.44% -
XYZ 11.55 10.2 16.98 -
YUV 92.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 102 83 113 0.10 0.27 0 0.56 278 0.15 0.38
Hex 66 53 71 A 1B 0 38 116 F 26
Octal 146 123 161 12 33 0 70 426 17 46
Binary 1100110 1010011 1110001 1010 11011 0 111000 100010110 1111 100110

Color Harmonies of #665371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665371

Black with #665371

Text Example


Text Example

White with #665371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665371; }

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

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

background-color css

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

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

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

border-color css

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

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

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