Html Css Color HEX #665170 Fedora

📋 copy color: '#665170'

red 102 ◦ green 81 ◦ blue 112

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

Shades of Fedora #665170

Tints of Fedora #665170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 34.58%
G = 27.46%
B = 37.97%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#665170 (or 0x665170) is known color: Fedora. HEX triplet: 66, 51 and 70. RGB value is (102,81,112). Sum of RGB (Red+Green+Blue) = 102+81+112=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #665170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665170 is #99AE8F. Grayscale: #5A5A5A. Windows color (decimal): -10071696 or 7360870. OLE color: 7360870.

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

Color convert

RGB 102 81 112 -
CMYK 0.09 0.28 0 0.56
HSL 280.65º 0.16% 0.38% -
HSV(B) 280.65º 0.28% 0.44% -
XYZ 11.35 9.88 16.64 -
YUV 90.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 102 81 112 0.09 0.28 0 0.56 280.65 0.16 0.38
Hex 66 51 70 9 1C 0 38 119 10 26
Octal 146 121 160 11 34 0 70 431 20 46
Binary 1100110 1010001 1110000 1001 11100 0 111000 100011001 10000 100110

Color Harmonies of #665170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665170

Black with #665170

Text Example


Text Example

White with #665170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665170; }

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

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

background-color css

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

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

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

border-color css

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

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

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