Html Css Color HEX #6C02CB Dark Violet

📋 copy color: '#6C02CB'

red 108 ◦ green 2 ◦ blue 203

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

Shades of Dark Violet #6C02CB

Tints of Dark Violet #6C02CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 34.5%
G = 0.64%
B = 64.86%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C02CB (or 0x6C02CB) is known color: Dark Violet. HEX triplet: 6C, 02 and CB. RGB value is (108,2,203). Sum of RGB (Red+Green+Blue) = 108+2+203=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C02CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C02CB is #93FD34. Grayscale: #373737. Windows color (decimal): -9698613 or 13304428. OLE color: 13304428.

HSL color Cylindrical-coordinate representation of color #6C02CB: hue angle of 271.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02CB is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 2 203 -
CMYK 0.47 0.99 0 0.20
HSL 271.64º 0.98% 0.4% -
HSV(B) 271.64º 0.99% 0.8% -
XYZ 16.99 7.54 57.06 -
YUV 56.61 210.62 164.66 -
System Red Green Blue C M Y K H S L
Decimal 108 2 203 0.47 0.99 0 0.20 271.64 0.98 0.4
Hex 6C 2 CB 2F 63 0 14 110 62 28
Octal 154 2 313 57 143 0 24 420 142 50
Binary 1101100 10 11001011 101111 1100011 0 10100 100010000 1100010 101000

Color Harmonies of #6C02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C02CB

Black with #6C02CB

Text Example


Text Example

White with #6C02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,203); }

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

background-color css

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

 a { background-color: rgb(108,2,203); }

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

border-color css

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

 span { border-color: rgb(108,2,203); }

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