Html Css Color HEX #665172 Fedora

📋 copy color: '#665172'

red 102 ◦ green 81 ◦ blue 114

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

Shades of Fedora #665172

Tints of Fedora #665172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 34.34%
G = 27.27%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#665172 (or 0x665172) is known color: Fedora. HEX triplet: 66, 51 and 72. RGB value is (102,81,114). Sum of RGB (Red+Green+Blue) = 102+81+114=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #665172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665172 is #99AE8D. Grayscale: #5A5A5A. Windows color (decimal): -10071694 or 7491942. OLE color: 7491942.

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

Color convert

RGB 102 81 114 -
CMYK 0.11 0.29 0 0.55
HSL 278.18º 0.17% 0.38% -
HSV(B) 278.18º 0.29% 0.45% -
XYZ 11.46 9.92 17.23 -
YUV 91.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 102 81 114 0.11 0.29 0 0.55 278.18 0.17 0.38
Hex 66 51 72 B 1D 0 37 116 11 26
Octal 146 121 162 13 35 0 67 426 21 46
Binary 1100110 1010001 1110010 1011 11101 0 110111 100010110 10001 100110

Color Harmonies of #665172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665172

Black with #665172

Text Example


Text Example

White with #665172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665172; }

 p { color: rgb(102,81,114); }

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

background-color css

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

 a { background-color: rgb(102,81,114); }

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

border-color css

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

 span { border-color: rgb(102,81,114); }

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