Html Css Color HEX #6C38EB Blue Violet

📋 copy color: '#6C38EB'

red 108 ◦ green 56 ◦ blue 235

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

Shades of Blue Violet #6C38EB

Tints of Blue Violet #6C38EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 27.07%
G = 14.04%
B = 58.9%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C38EB (or 0x6C38EB) is known color: Blue Violet. HEX triplet: 6C, 38 and EB. RGB value is (108,56,235). Sum of RGB (Red+Green+Blue) = 108+56+235=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C38EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C38EB is #93C714. Grayscale: #5B5B5B. Windows color (decimal): -9684757 or 15415404. OLE color: 15415404.

HSL color Cylindrical-coordinate representation of color #6C38EB: hue angle of 257.43º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C38EB is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 56 235 -
CMYK 0.54 0.76 0 0.08
HSL 257.43º 0.82% 0.57% -
HSV(B) 257.43º 0.76% 0.92% -
XYZ 22.59 12.01 79.73 -
YUV 91.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 108 56 235 0.54 0.76 0 0.08 257.43 0.82 0.57
Hex 6C 38 EB 36 4C 0 8 101 52 39
Octal 154 70 353 66 114 0 10 401 122 71
Binary 1101100 111000 11101011 110110 1001100 0 1000 100000001 1010010 111001

Color Harmonies of #6C38EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C38EB

Black with #6C38EB

Text Example


Text Example

White with #6C38EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,235); }

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

background-color css

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

 a { background-color: rgb(108,56,235); }

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

border-color css

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

 span { border-color: rgb(108,56,235); }

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