Html Css Color HEX #6A57DF Slate Blue

📋 copy color: '#6A57DF'

red 106 ◦ green 87 ◦ blue 223

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

Shades of Slate Blue #6A57DF

Tints of Slate Blue #6A57DF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 25.48%
G = 20.91%
B = 53.61%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A57DF (or 0x6A57DF) is known color: Slate Blue. HEX triplet: 6A, 57 and DF. RGB value is (106,87,223). Sum of RGB (Red+Green+Blue) = 106+87+223=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A57DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57DF is #95A820. Grayscale: #6B6B6B. Windows color (decimal): -9807905 or 14636906. OLE color: 14636906.

HSL color Cylindrical-coordinate representation of color #6A57DF: hue angle of 248.38º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A57DF is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 87 223 -
CMYK 0.52 0.61 0 0.13
HSL 248.38º 0.68% 0.61% -
HSV(B) 248.38º 0.61% 0.87% -
XYZ 22.67 15.21 71.55 -
YUV 108.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 106 87 223 0.52 0.61 0 0.13 248.38 0.68 0.61
Hex 6A 57 DF 34 3D 0 D F8 44 3D
Octal 152 127 337 64 75 0 15 370 104 75
Binary 1101010 1010111 11011111 110100 111101 0 1101 11111000 1000100 111101

Color Harmonies of #6A57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A57DF

Black with #6A57DF

Text Example


Text Example

White with #6A57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,87,223); }

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

background-color css

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

 a { background-color: rgb(106,87,223); }

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

border-color css

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

 span { border-color: rgb(106,87,223); }

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