Html Css Color HEX #6A46CF Slate Blue

📋 copy color: '#6A46CF'

red 106 ◦ green 70 ◦ blue 207

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

Shades of Slate Blue #6A46CF

Tints of Slate Blue #6A46CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 27.68%
G = 18.28%
B = 54.05%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A46CF (or 0x6A46CF) is known color: Slate Blue. HEX triplet: 6A, 46 and CF. RGB value is (106,70,207). Sum of RGB (Red+Green+Blue) = 106+70+207=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A46CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A46CF is #95B930. Grayscale: #5F5F5F. Windows color (decimal): -9812273 or 13583978. OLE color: 13583978.

HSL color Cylindrical-coordinate representation of color #6A46CF: hue angle of 255.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A46CF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 70 207 -
CMYK 0.49 0.66 0 0.19
HSL 255.77º 0.59% 0.54% -
HSV(B) 255.77º 0.66% 0.81% -
XYZ 19.4 11.95 60.32 -
YUV 96.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 106 70 207 0.49 0.66 0 0.19 255.77 0.59 0.54
Hex 6A 46 CF 31 42 0 13 100 3B 36
Octal 152 106 317 61 102 0 23 400 73 66
Binary 1101010 1000110 11001111 110001 1000010 0 10011 100000000 111011 110110

Color Harmonies of #6A46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A46CF

Black with #6A46CF

Text Example


Text Example

White with #6A46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,70,207); }

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

background-color css

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

 a { background-color: rgb(106,70,207); }

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

border-color css

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

 span { border-color: rgb(106,70,207); }

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