#6A434F

Color #6A434F Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #6A434F

Tints of Finn #6A434F

Color information

#6A434F (or 0x6A434F) is unknown color: approx Finn. HEX triplet: 6A, 43 and 4F. RGB value is (106,67,79). Sum of RGB (Red+Green+Blue) = 106+67+79=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A434F is #95BCB0. Grayscale: #505050. Windows color (decimal): -9813169 or 5194602. OLE color: 5194602.

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

Color convert

RGB1066779-
CMYK00.370.250.58
HSL341.54º22.54%33.92%-
HSV(B)341.54º36.79%41.57%-
XYZ9.367.648.38-
YUV80.03127.42146.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=42.06%
G=26.59%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106677900.370.250.58341.5422.5433.92
Hex6A434F025193A1561722
Octal15210311704531725262742
Binary11010101000011100111101001011100111101010101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,79); }

 H1.HeaderClassName
 {
   color: #6A434F;
 }
 .AnyTagClassName
 {
   color: #6A434F;
 }
</style>
background-color css

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

 a { background-color: rgb(106,67,79); }

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

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

 span { border-color: rgb(106,67,79); }

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