Html Css Color HEX #6A5ACF Slate Blue

📋 copy color: '#6A5ACF'

red 106 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #6A5ACF

Tints of Slate Blue #6A5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 26.3%
G = 22.33%
B = 51.36%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A5ACF (or 0x6A5ACF) is known color: Slate Blue. HEX triplet: 6A, 5A and CF. RGB value is (106,90,207). Sum of RGB (Red+Green+Blue) = 106+90+207=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ACF is #95A530. Grayscale: #6B6B6B. Windows color (decimal): -9807153 or 13589098. OLE color: 13589098.

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

Color convert

RGB 106 90 207 -
CMYK 0.49 0.57 0 0.19
HSL 248.21º 0.55% 0.58% -
HSV(B) 248.21º 0.57% 0.81% -
XYZ 20.86 14.88 60.8 -
YUV 108.12 183.8 126.49 -
System Red Green Blue C M Y K H S L
Decimal 106 90 207 0.49 0.57 0 0.19 248.21 0.55 0.58
Hex 6A 5A CF 31 39 0 13 F8 37 3A
Octal 152 132 317 61 71 0 23 370 67 72
Binary 1101010 1011010 11001111 110001 111001 0 10011 11111000 110111 111010

Color Harmonies of #6A5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5ACF

Black with #6A5ACF

Text Example


Text Example

White with #6A5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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