Html Css Color HEX #6A238E Vivid Violet

📋 copy color: '#6A238E'

red 106 ◦ green 35 ◦ blue 142

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

Shades of Vivid Violet #6A238E

Tints of Vivid Violet #6A238E

RGB

 RED value IS 106 (41.8% from 255) = 37.46%

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 37.46%
G = 12.37%
B = 50.18%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A238E (or 0x6A238E) is known color: Vivid Violet. HEX triplet: 6A, 23 and 8E. RGB value is (106,35,142). Sum of RGB (Red+Green+Blue) = 106+35+142=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A238E is #95DC71. Grayscale: #444444. Windows color (decimal): -9821298 or 9315178. OLE color: 9315178.

HSL color Cylindrical-coordinate representation of color #6A238E: hue angle of 279.81º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A238E is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 35 142 -
CMYK 0.25 0.75 0 0.44
HSL 279.81º 0.6% 0.35% -
HSV(B) 279.81º 0.75% 0.56% -
XYZ 11.43 6.22 26.19 -
YUV 68.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 106 35 142 0.25 0.75 0 0.44 279.81 0.6 0.35
Hex 6A 23 8E 19 4B 0 2C 118 3C 23
Octal 152 43 216 31 113 0 54 430 74 43
Binary 1101010 100011 10001110 11001 1001011 0 101100 100011000 111100 100011

Color Harmonies of #6A238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A238E

Black with #6A238E

Text Example


Text Example

White with #6A238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,35,142); }

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

background-color css

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

 a { background-color: rgb(106,35,142); }

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

border-color css

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

 span { border-color: rgb(106,35,142); }

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