Html Css Color HEX #6A4ECB Slate Blue

📋 copy color: '#6A4ECB'

red 106 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #6A4ECB

Tints of Slate Blue #6A4ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 27.39%
G = 20.16%
B = 52.45%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A4ECB (or 0x6A4ECB) is known color: Slate Blue. HEX triplet: 6A, 4E and CB. RGB value is (106,78,203). Sum of RGB (Red+Green+Blue) = 106+78+203=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4ECB is #95B134. Grayscale: #646464. Windows color (decimal): -9810229 or 13323882. OLE color: 13323882.

HSL color Cylindrical-coordinate representation of color #6A4ECB: hue angle of 253.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4ECB is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 78 203 -
CMYK 0.48 0.62 0 0.20
HSL 253.44º 0.55% 0.55% -
HSV(B) 253.44º 0.62% 0.8% -
XYZ 19.45 12.82 57.95 -
YUV 100.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 106 78 203 0.48 0.62 0 0.20 253.44 0.55 0.55
Hex 6A 4E CB 30 3E 0 14 FD 37 37
Octal 152 116 313 60 76 0 24 375 67 67
Binary 1101010 1001110 11001011 110000 111110 0 10100 11111101 110111 110111

Color Harmonies of #6A4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4ECB

Black with #6A4ECB

Text Example


Text Example

White with #6A4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,78,203); }

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

background-color css

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

 a { background-color: rgb(106,78,203); }

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

border-color css

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

 span { border-color: rgb(106,78,203); }

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