#6900CA

Color #6900CA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #6900CA

Tints of Dark Violet #6900CA

Color information

#6900CA (or 0x6900CA) is unknown color: approx Dark Violet. HEX triplet: 69, 00 and CA. RGB value is (105,0,202). Sum of RGB (Red+Green+Blue) = 105+0+202=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #6900CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900CA is #96FF35. Grayscale: #353535. Windows color (decimal): -9895734 or 13238377. OLE color: 13238377.

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

Color convert

RGB1050202-
CMYK0.48100.21
HSL271.19º100%39.61%-
HSV(B)271.19º100%79.22%-
XYZ16.497.2756.41-
YUV54.42211.29164.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=34.20%
G=0%
B=65.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10502020.48100.21271.1910039.61
Hex690CA306401510f6428
Octal15103126014402541714450
Binary110100101100101011000011001000101011000011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6900CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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