Html Css Color HEX #6901CE Dark Violet

📋 copy color: '#6901CE'

red 105 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #6901CE

Tints of Dark Violet #6901CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 33.65%
G = 0.32%
B = 66.03%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6901CE (or 0x6901CE) is known color: Dark Violet. HEX triplet: 69, 01 and CE. RGB value is (105,1,206). Sum of RGB (Red+Green+Blue) = 105+1+206=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #6901CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901CE is #96FE31. Grayscale: #363636. Windows color (decimal): -9895474 or 13500777. OLE color: 13500777.

HSL color Cylindrical-coordinate representation of color #6901CE: hue angle of 270.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901CE is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 1 206 -
CMYK 0.49 1.00 0 0.19
HSL 270.44º 0.99% 0.41% -
HSV(B) 270.44º 1% 0.81% -
XYZ 16.98 7.48 58.94 -
YUV 55.47 212.96 163.33 -
System Red Green Blue C M Y K H S L
Decimal 105 1 206 0.49 1.00 0 0.19 270.44 0.99 0.41
Hex 69 1 CE 31 64 0 13 10E 63 29
Octal 151 1 316 61 144 0 23 416 143 51
Binary 1101001 1 11001110 110001 1100100 0 10011 100001110 1100011 101001

Color Harmonies of #6901CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901CE

Black with #6901CE

Text Example


Text Example

White with #6901CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6901CE; }

 p { color: rgb(105,1,206); }

 H1.HeaderClassName
 {
   color: #6901CE;
 }
 .AnyTagClassName
 {
   color: #6901CE;
 }
</style>

background-color css

<style>
 a { background-color: #6901CE; }

 a { background-color: rgb(105,1,206); }

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

border-color css

<style>
 span { border-color: #6901CE; }

 span { border-color: rgb(105,1,206); }

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