Html Css Color HEX #6F15DA Blue Violet

📋 copy color: '#6F15DA'

red 111 ◦ green 21 ◦ blue 218

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

Shades of Blue Violet #6F15DA

Tints of Blue Violet #6F15DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 31.71%
G = 6%
B = 62.29%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F15DA (or 0x6F15DA) is known color: Blue Violet. HEX triplet: 6F, 15 and DA. RGB value is (111,21,218). Sum of RGB (Red+Green+Blue) = 111+21+218=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F15DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F15DA is #90EA25. Grayscale: #454545. Windows color (decimal): -9497126 or 14292335. OLE color: 14292335.

HSL color Cylindrical-coordinate representation of color #6F15DA: hue angle of 267.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F15DA is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 21 218 -
CMYK 0.49 0.90 0 0.15
HSL 267.41º 0.82% 0.47% -
HSV(B) 267.41º 0.9% 0.85% -
XYZ 19.48 8.98 67.04 -
YUV 70.37 211.32 156.98 -
System Red Green Blue C M Y K H S L
Decimal 111 21 218 0.49 0.90 0 0.15 267.41 0.82 0.47
Hex 6F 15 DA 31 5A 0 F 10B 52 2F
Octal 157 25 332 61 132 0 17 413 122 57
Binary 1101111 10101 11011010 110001 1011010 0 1111 100001011 1010010 101111

Color Harmonies of #6F15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F15DA

Black with #6F15DA

Text Example


Text Example

White with #6F15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,218); }

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

background-color css

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

 a { background-color: rgb(111,21,218); }

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

border-color css

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

 span { border-color: rgb(111,21,218); }

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