Html Css Color HEX #655069 Fedora

📋 copy color: '#655069'

red 101 ◦ green 80 ◦ blue 105

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

Shades of Fedora #655069

Tints of Fedora #655069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 35.31%
G = 27.97%
B = 36.71%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#655069 (or 0x655069) is known color: Fedora. HEX triplet: 65, 50 and 69. RGB value is (101,80,105). Sum of RGB (Red+Green+Blue) = 101+80+105=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #655069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655069 is #9AAF96. Grayscale: #595959. Windows color (decimal): -10137495 or 6901861. OLE color: 6901861.

HSL color Cylindrical-coordinate representation of color #655069: hue angle of 290.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655069 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 80 105 -
CMYK 0.04 0.24 0 0.59
HSL 290.4º 0.14% 0.36% -
HSV(B) 290.4º 0.24% 0.41% -
XYZ 10.79 9.52 14.63 -
YUV 89.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 101 80 105 0.04 0.24 0 0.59 290.4 0.14 0.36
Hex 65 50 69 4 18 0 3B 122 E 24
Octal 145 120 151 4 30 0 73 442 16 44
Binary 1100101 1010000 1101001 100 11000 0 111011 100100010 1110 100100

Color Harmonies of #655069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655069

Black with #655069

Text Example


Text Example

White with #655069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655069; }

 p { color: rgb(101,80,105); }

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

background-color css

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

 a { background-color: rgb(101,80,105); }

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

border-color css

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

 span { border-color: rgb(101,80,105); }

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