Html Css Color HEX #6F02D8 Dark Violet

📋 copy color: '#6F02D8'

red 111 ◦ green 2 ◦ blue 216

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

Shades of Dark Violet #6F02D8

Tints of Dark Violet #6F02D8

RGB

 RED value IS 111 (43.75% from 255) = 33.74%

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

 BLUE value IS 216 (84.77% from 255) = 65.65%

R = 33.74%
G = 0.61%
B = 65.65%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F02D8 (or 0x6F02D8) is known color: Dark Violet. HEX triplet: 6F, 02 and D8. RGB value is (111,2,216). Sum of RGB (Red+Green+Blue) = 111+2+216=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #6F02D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02D8 is #90FD27. Grayscale: #3A3A3A. Windows color (decimal): -9501992 or 14156399. OLE color: 14156399.

HSL color Cylindrical-coordinate representation of color #6F02D8: hue angle of 270.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02D8 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 2 216 -
CMYK 0.49 0.99 0 0.15
HSL 270.56º 0.98% 0.43% -
HSV(B) 270.56º 0.99% 0.85% -
XYZ 18.97 8.38 65.58 -
YUV 58.99 216.61 165.1 -
System Red Green Blue C M Y K H S L
Decimal 111 2 216 0.49 0.99 0 0.15 270.56 0.98 0.43
Hex 6F 2 D8 31 63 0 F 10F 62 2B
Octal 157 2 330 61 143 0 17 417 142 53
Binary 1101111 10 11011000 110001 1100011 0 1111 100001111 1100010 101011

Color Harmonies of #6F02D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F02D8

Black with #6F02D8

Text Example


Text Example

White with #6F02D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,216); }

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

background-color css

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

 a { background-color: rgb(111,2,216); }

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

border-color css

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

 span { border-color: rgb(111,2,216); }

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