Html Css Color HEX #65496C Fedora

📋 copy color: '#65496C'

red 101 ◦ green 73 ◦ blue 108

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

Shades of Fedora #65496C

Tints of Fedora #65496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 35.82%
G = 25.89%
B = 38.3%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65496C (or 0x65496C) is known color: Fedora. HEX triplet: 65, 49 and 6C. RGB value is (101,73,108). Sum of RGB (Red+Green+Blue) = 101+73+108=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #65496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65496C is #9AB693. Grayscale: #555555. Windows color (decimal): -10139284 or 7096677. OLE color: 7096677.

HSL color Cylindrical-coordinate representation of color #65496C: hue angle of 288º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65496C is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 73 108 -
CMYK 0.06 0.32 0 0.58
HSL 288º 0.19% 0.35% -
HSV(B) 288º 0.32% 0.42% -
XYZ 10.46 8.61 15.3 -
YUV 85.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 101 73 108 0.06 0.32 0 0.58 288 0.19 0.35
Hex 65 49 6C 6 20 0 3A 120 13 23
Octal 145 111 154 6 40 0 72 440 23 43
Binary 1100101 1001001 1101100 110 100000 0 111010 100100000 10011 100011

Color Harmonies of #65496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65496C

Black with #65496C

Text Example


Text Example

White with #65496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65496C; }

 p { color: rgb(101,73,108); }

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

background-color css

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

 a { background-color: rgb(101,73,108); }

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

border-color css

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

 span { border-color: rgb(101,73,108); }

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