Html Css Color HEX #6A5ECF Slate Blue

📋 copy color: '#6A5ECF'

red 106 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #6A5ECF

Tints of Slate Blue #6A5ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

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

R = 26.04%
G = 23.1%
B = 50.86%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A5ECF (or 0x6A5ECF) is known color: Slate Blue. HEX triplet: 6A, 5E and CF. RGB value is (106,94,207). Sum of RGB (Red+Green+Blue) = 106+94+207=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ECF is #95A130. Grayscale: #6E6E6E. Windows color (decimal): -9806129 or 13590122. OLE color: 13590122.

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

Color convert

RGB 106 94 207 -
CMYK 0.49 0.55 0 0.19
HSL 246.37º 0.54% 0.59% -
HSV(B) 246.37º 0.55% 0.81% -
XYZ 21.21 15.57 60.92 -
YUV 110.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 106 94 207 0.49 0.55 0 0.19 246.37 0.54 0.59
Hex 6A 5E CF 31 37 0 13 F6 36 3B
Octal 152 136 317 61 67 0 23 366 66 73
Binary 1101010 1011110 11001111 110001 110111 0 10011 11110110 110110 111011

Color Harmonies of #6A5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5ECF

Black with #6A5ECF

Text Example


Text Example

White with #6A5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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