Html Css Color HEX #65476D Fedora

📋 copy color: '#65476D'

red 101 ◦ green 71 ◦ blue 109

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

Shades of Fedora #65476D

Tints of Fedora #65476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 35.94%
G = 25.27%
B = 38.79%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#65476D (or 0x65476D) is known color: Fedora. HEX triplet: 65, 47 and 6D. RGB value is (101,71,109). Sum of RGB (Red+Green+Blue) = 101+71+109=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #65476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65476D is #9AB892. Grayscale: #545454. Windows color (decimal): -10139795 or 7161701. OLE color: 7161701.

HSL color Cylindrical-coordinate representation of color #65476D: hue angle of 287.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65476D is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 71 109 -
CMYK 0.07 0.35 0 0.57
HSL 287.37º 0.21% 0.35% -
HSV(B) 287.37º 0.35% 0.43% -
XYZ 10.38 8.38 15.54 -
YUV 84.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 101 71 109 0.07 0.35 0 0.57 287.37 0.21 0.35
Hex 65 47 6D 7 23 0 39 11F 15 23
Octal 145 107 155 7 43 0 71 437 25 43
Binary 1100101 1000111 1101101 111 100011 0 111001 100011111 10101 100011

Color Harmonies of #65476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65476D

Black with #65476D

Text Example


Text Example

White with #65476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65476D; }

 p { color: rgb(101,71,109); }

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

background-color css

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

 a { background-color: rgb(101,71,109); }

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

border-color css

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

 span { border-color: rgb(101,71,109); }

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