Html Css Color HEX #6C00BE Dark Violet

📋 copy color: '#6C00BE'

red 108 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #6C00BE

Tints of Dark Violet #6C00BE

RGB

 RED value IS 108 (42.58% from 255) = 36.24%

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 36.24%
G = 0%
B = 63.76%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C00BE (or 0x6C00BE) is known color: Dark Violet. HEX triplet: 6C, 00 and BE. RGB value is (108,0,190). Sum of RGB (Red+Green+Blue) = 108+0+190=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00BE is #93FF41. Grayscale: #353535. Windows color (decimal): -9699138 or 12451948. OLE color: 12451948.

HSL color Cylindrical-coordinate representation of color #6C00BE: hue angle of 274.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00BE is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 0 190 -
CMYK 0.43 1 0 0.25
HSL 274.11º 1% 0.37% -
HSV(B) 274.11º 1% 0.75% -
XYZ 15.48 6.91 49.23 -
YUV 53.95 204.78 166.55 -
System Red Green Blue C M Y K H S L
Decimal 108 0 190 0.43 1 0 0.25 274.11 1 0.37
Hex 6C 0 BE 2B 64 0 19 112 64 25
Octal 154 0 276 53 144 0 31 422 144 45
Binary 1101100 0 10111110 101011 1100100 0 11001 100010010 1100100 100101

Color Harmonies of #6C00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C00BE

Black with #6C00BE

Text Example


Text Example

White with #6C00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C00BE; }

 p { color: rgb(108,0,190); }

 H1.HeaderClassName
 {
   color: #6C00BE;
 }
 .AnyTagClassName
 {
   color: #6C00BE;
 }
</style>

background-color css

<style>
 a { background-color: #6C00BE; }

 a { background-color: rgb(108,0,190); }

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

border-color css

<style>
 span { border-color: #6C00BE; }

 span { border-color: rgb(108,0,190); }

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