Html Css Color HEX #6A536E Fedora

📋 copy color: '#6A536E'

red 106 ◦ green 83 ◦ blue 110

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

Shades of Fedora #6A536E

Tints of Fedora #6A536E

RGB

 RED value IS 106 (41.8% from 255) = 35.45%

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 35.45%
G = 27.76%
B = 36.79%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A536E (or 0x6A536E) is known color: Fedora. HEX triplet: 6A, 53 and 6E. RGB value is (106,83,110). Sum of RGB (Red+Green+Blue) = 106+83+110=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A536E is #95AC91. Grayscale: #5C5C5C. Windows color (decimal): -9809042 or 7230314. OLE color: 7230314.

HSL color Cylindrical-coordinate representation of color #6A536E: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A536E is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 83 110 -
CMYK 0.04 0.25 0 0.57
HSL 291.11º 0.14% 0.38% -
HSV(B) 291.11º 0.25% 0.43% -
XYZ 11.85 10.38 16.13 -
YUV 92.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 106 83 110 0.04 0.25 0 0.57 291.11 0.14 0.38
Hex 6A 53 6E 4 19 0 39 123 E 26
Octal 152 123 156 4 31 0 71 443 16 46
Binary 1101010 1010011 1101110 100 11001 0 111001 100100011 1110 100110

Color Harmonies of #6A536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A536E

Black with #6A536E

Text Example


Text Example

White with #6A536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A536E; }

 p { color: rgb(106,83,110); }

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

background-color css

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

 a { background-color: rgb(106,83,110); }

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

border-color css

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

 span { border-color: rgb(106,83,110); }

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