Html Css Color HEX #6900CE Dark Violet

📋 copy color: '#6900CE'

red 105 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #6900CE

Tints of Dark Violet #6900CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.76%
G = 0%
B = 66.24%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6900CE (or 0x6900CE) is known color: Dark Violet. HEX triplet: 69, 00 and CE. RGB value is (105,0,206). Sum of RGB (Red+Green+Blue) = 105+0+206=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #6900CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900CE is #96FF31. Grayscale: #363636. Windows color (decimal): -9895730 or 13500521. OLE color: 13500521.

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

Color convert

RGB 105 0 206 -
CMYK 0.49 1 0 0.19
HSL 270.58º 1% 0.4% -
HSV(B) 270.58º 1% 0.81% -
XYZ 16.97 7.46 58.94 -
YUV 54.88 213.29 163.75 -
System Red Green Blue C M Y K H S L
Decimal 105 0 206 0.49 1 0 0.19 270.58 1 0.4
Hex 69 0 CE 31 64 0 13 10F 64 28
Octal 151 0 316 61 144 0 23 417 144 50
Binary 1101001 0 11001110 110001 1100100 0 10011 100001111 1100100 101000

Color Harmonies of #6900CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900CE

Black with #6900CE

Text Example


Text Example

White with #6900CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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