Html Css Color HEX #6A5358 Falcon

📋 copy color: '#6A5358'

red 106 ◦ green 83 ◦ blue 88

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

Shades of Falcon #6A5358

Tints of Falcon #6A5358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.77%

R = 38.27%
G = 29.96%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6A5358 (or 0x6A5358) is known color: Falcon. HEX triplet: 6A, 53 and 58. RGB value is (106,83,88). Sum of RGB (Red+Green+Blue) = 106+83+88=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5358 is #95ACA7. Grayscale: #5A5A5A. Windows color (decimal): -9809064 or 5788522. OLE color: 5788522.

HSL color Cylindrical-coordinate representation of color #6A5358: hue angle of 346.96º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A5358 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 83 88 -
CMYK 0 0.22 0.17 0.58
HSL 346.96º 0.12% 0.37% -
HSV(B) 346.96º 0.22% 0.42% -
XYZ 10.8 9.96 10.58 -
YUV 90.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 106 83 88 0 0.22 0.17 0.58 346.96 0.12 0.37
Hex 6A 53 58 0 16 11 3A 15B C 25
Octal 152 123 130 0 26 21 72 533 14 45
Binary 1101010 1010011 1011000 0 10110 10001 111010 101011011 1100 100101

Color Harmonies of #6A5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5358

Black with #6A5358

Text Example


Text Example

White with #6A5358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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