Html Css Color HEX #665470 Fedora

📋 copy color: '#665470'

red 102 ◦ green 84 ◦ blue 112

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

Shades of Fedora #665470

Tints of Fedora #665470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 34.23%
G = 28.19%
B = 37.58%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#665470 (or 0x665470) is known color: Fedora. HEX triplet: 66, 54 and 70. RGB value is (102,84,112). Sum of RGB (Red+Green+Blue) = 102+84+112=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #665470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665470 is #99AB8F. Grayscale: #5C5C5C. Windows color (decimal): -10070928 or 7361638. OLE color: 7361638.

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

Color convert

RGB 102 84 112 -
CMYK 0.09 0.25 0 0.56
HSL 278.57º 0.14% 0.38% -
HSV(B) 278.57º 0.25% 0.44% -
XYZ 11.57 10.34 16.71 -
YUV 92.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 102 84 112 0.09 0.25 0 0.56 278.57 0.14 0.38
Hex 66 54 70 9 19 0 38 117 E 26
Octal 146 124 160 11 31 0 70 427 16 46
Binary 1100110 1010100 1110000 1001 11001 0 111000 100010111 1110 100110

Color Harmonies of #665470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665470

Black with #665470

Text Example


Text Example

White with #665470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665470; }

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

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

background-color css

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

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

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

border-color css

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

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

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