Html Css Color HEX #65466A Fedora

📋 copy color: '#65466A'

red 101 ◦ green 70 ◦ blue 106

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

Shades of Fedora #65466A

Tints of Fedora #65466A

RGB

 RED value IS 101 (39.84% from 255) = 36.46%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 36.46%
G = 25.27%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65466A (or 0x65466A) is known color: Fedora. HEX triplet: 65, 46 and 6A. RGB value is (101,70,106). Sum of RGB (Red+Green+Blue) = 101+70+106=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #65466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65466A is #9AB995. Grayscale: #535353. Windows color (decimal): -10140054 or 6964837. OLE color: 6964837.

HSL color Cylindrical-coordinate representation of color #65466A: hue angle of 291.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65466A is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 70 106 -
CMYK 0.05 0.34 0 0.58
HSL 291.67º 0.2% 0.35% -
HSV(B) 291.67º 0.34% 0.42% -
XYZ 10.16 8.19 14.68 -
YUV 83.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 101 70 106 0.05 0.34 0 0.58 291.67 0.2 0.35
Hex 65 46 6A 5 22 0 3A 124 14 23
Octal 145 106 152 5 42 0 72 444 24 43
Binary 1100101 1000110 1101010 101 100010 0 111010 100100100 10100 100011

Color Harmonies of #65466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65466A

Black with #65466A

Text Example


Text Example

White with #65466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65466A; }

 p { color: rgb(101,70,106); }

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

background-color css

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

 a { background-color: rgb(101,70,106); }

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

border-color css

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

 span { border-color: rgb(101,70,106); }

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