Html Css Color HEX #6901CC Dark Violet

📋 copy color: '#6901CC'

red 105 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #6901CC

Tints of Dark Violet #6901CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 33.87%
G = 0.32%
B = 65.81%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6901CC (or 0x6901CC) is known color: Dark Violet. HEX triplet: 69, 01 and CC. RGB value is (105,1,204). Sum of RGB (Red+Green+Blue) = 105+1+204=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #6901CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901CC is #96FE33. Grayscale: #363636. Windows color (decimal): -9895476 or 13369705. OLE color: 13369705.

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

Color convert

RGB 105 1 204 -
CMYK 0.49 1.00 0 0.2
HSL 270.74º 0.99% 0.4% -
HSV(B) 270.74º 1% 0.8% -
XYZ 16.74 7.38 57.67 -
YUV 55.24 211.96 163.49 -
System Red Green Blue C M Y K H S L
Decimal 105 1 204 0.49 1.00 0 0.2 270.74 0.99 0.4
Hex 69 1 CC 31 64 0 14 10F 63 28
Octal 151 1 314 61 144 0 24 417 143 50
Binary 1101001 1 11001100 110001 1100100 0 10100 100001111 1100011 101000

Color Harmonies of #6901CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901CC

Black with #6901CC

Text Example


Text Example

White with #6901CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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