Html Css Color HEX #693BEC Blue Violet

📋 copy color: '#693BEC'

red 105 ◦ green 59 ◦ blue 236

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

Shades of Blue Violet #693BEC

Tints of Blue Violet #693BEC

RGB

 RED value IS 105 (41.41% from 255) = 26.25%

 GREEN value IS 59 (23.44% from 255) = 14.75%

 BLUE value IS 236 (92.58% from 255) = 59%

R = 26.25%
G = 14.75%
B = 59%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#693BEC (or 0x693BEC) is known color: Blue Violet. HEX triplet: 69, 3B and EC. RGB value is (105,59,236). Sum of RGB (Red+Green+Blue) = 105+59+236=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #693BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693BEC is #96C413. Grayscale: #5C5C5C. Windows color (decimal): -9880596 or 15481705. OLE color: 15481705.

HSL color Cylindrical-coordinate representation of color #693BEC: hue angle of 255.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693BEC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 59 236 -
CMYK 0.56 0.75 0 0.07
HSL 255.59º 0.82% 0.58% -
HSV(B) 255.59º 0.75% 0.93% -
XYZ 22.53 12.19 80.52 -
YUV 92.93 208.74 136.61 -
System Red Green Blue C M Y K H S L
Decimal 105 59 236 0.56 0.75 0 0.07 255.59 0.82 0.58
Hex 69 3B EC 38 4B 0 7 100 52 3A
Octal 151 73 354 70 113 0 7 400 122 72
Binary 1101001 111011 11101100 111000 1001011 0 111 100000000 1010010 111010

Color Harmonies of #693BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BEC

Black with #693BEC

Text Example


Text Example

White with #693BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #693BEC;
 }
 .AnyTagClassName
 {
   color: #693BEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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