Html Css Color HEX #665071 Fedora

📋 copy color: '#665071'

red 102 ◦ green 80 ◦ blue 113

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

Shades of Fedora #665071

Tints of Fedora #665071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 34.58%
G = 27.12%
B = 38.31%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#665071 (or 0x665071) is known color: Fedora. HEX triplet: 66, 50 and 71. RGB value is (102,80,113). Sum of RGB (Red+Green+Blue) = 102+80+113=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #665071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665071 is #99AF8E. Grayscale: #5A5A5A. Windows color (decimal): -10071951 or 7426150. OLE color: 7426150.

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

Color convert

RGB 102 80 113 -
CMYK 0.10 0.29 0 0.56
HSL 280º 0.17% 0.38% -
HSV(B) 280º 0.29% 0.44% -
XYZ 11.33 9.75 16.91 -
YUV 90.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 102 80 113 0.10 0.29 0 0.56 280 0.17 0.38
Hex 66 50 71 A 1D 0 38 118 11 26
Octal 146 120 161 12 35 0 70 430 21 46
Binary 1100110 1010000 1110001 1010 11101 0 111000 100011000 10001 100110

Color Harmonies of #665071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665071

Black with #665071

Text Example


Text Example

White with #665071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665071; }

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

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

background-color css

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

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

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

border-color css

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

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

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