#69418A

Color #69418A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #69418A

Tints of Affair #69418A

Color information

#69418A (or 0x69418A) is unknown color: approx Affair. HEX triplet: 69, 41 and 8A. RGB value is (105,65,138). Sum of RGB (Red+Green+Blue) = 105+65+138=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #69418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69418A is #96BE75. Grayscale: #555555. Windows color (decimal): -9879158 or 9060713. OLE color: 9060713.

HSL color Cylindrical-coordinate representation of color #69418A: hue angle of 272.88º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69418A is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10565138-
CMYK0.240.5300.46
HSL272.88º35.96%39.8%-
HSV(B)272.88º52.9%54.12%-
XYZ12.38.6225.06-
YUV85.28157.75142.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=34.09%
G=21.10%
B=44.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105651380.240.5300.46272.8835.9639.8
Hex69418A183502E1112428
Octal15110121230650564214450
Binary1101001100000110001010110001101010101110100010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69418A; }

 p { color: rgb(105,65,138); }

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

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

 a { background-color: rgb(105,65,138); }

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

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

 span { border-color: rgb(105,65,138); }

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