#693BEA

Color #693BEA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #693BEA

Tints of Blue Violet #693BEA

Color information

#693BEA (or 0x693BEA) is unknown color: approx Blue Violet. HEX triplet: 69, 3B and EA. RGB value is (105,59,234). Sum of RGB (Red+Green+Blue) = 105+59+234=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #693BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693BEA is #96C415. Grayscale: #5C5C5C. Windows color (decimal): -9880598 or 15350633. OLE color: 15350633.

HSL color Cylindrical-coordinate representation of color #693BEA: hue angle of 255.77º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693BEA is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10559234-
CMYK0.550.7500.08
HSL255.77º80.65%57.45%-
HSV(B)255.77º74.79%91.76%-
XYZ22.2412.0779-
YUV92.7207.74136.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 59 (23.44% from 255) = 14.82%
BLUE value IS 234 (91.80% from 255) = 58.79%
R=26.38%
G=14.82%
B=58.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal105592340.550.7500.08255.7780.6557.45
Hex693BEA374B081005139
Octal151733526711301040012171
Binary1101001111011111010101101111001011010001000000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693BEA; }

 p { color: rgb(105,59,234); }

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

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

 a { background-color: rgb(105,59,234); }

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

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

 span { border-color: rgb(105,59,234); }

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