Html Css Color HEX #6B4EC2 Slate Blue

📋 copy color: '#6B4EC2'

red 107 ◦ green 78 ◦ blue 194

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

Shades of Slate Blue #6B4EC2

Tints of Slate Blue #6B4EC2

RGB

 RED value IS 107 (42.19% from 255) = 28.23%

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 194 (76.17% from 255) = 51.19%

R = 28.23%
G = 20.58%
B = 51.19%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6B4EC2 (or 0x6B4EC2) is known color: Slate Blue. HEX triplet: 6B, 4E and C2. RGB value is (107,78,194). Sum of RGB (Red+Green+Blue) = 107+78+194=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B4EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EC2 is #94B13D. Grayscale: #636363. Windows color (decimal): -9744702 or 12734059. OLE color: 12734059.

HSL color Cylindrical-coordinate representation of color #6B4EC2: hue angle of 255º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B4EC2 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 78 194 -
CMYK 0.45 0.60 0 0.24
HSL 255º 0.49% 0.53% -
HSV(B) 255º 0.6% 0.76% -
XYZ 18.53 12.47 52.47 -
YUV 99.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 107 78 194 0.45 0.60 0 0.24 255 0.49 0.53
Hex 6B 4E C2 2D 3C 0 18 FF 31 35
Octal 153 116 302 55 74 0 30 377 61 65
Binary 1101011 1001110 11000010 101101 111100 0 11000 11111111 110001 110101

Color Harmonies of #6B4EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EC2

Black with #6B4EC2

Text Example


Text Example

White with #6B4EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,194); }

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

background-color css

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

 a { background-color: rgb(107,78,194); }

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

border-color css

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

 span { border-color: rgb(107,78,194); }

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