Html Css Color HEX #6A58DF Slate Blue

📋 copy color: '#6A58DF'

red 106 ◦ green 88 ◦ blue 223

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

Shades of Slate Blue #6A58DF

Tints of Slate Blue #6A58DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 25.42%
G = 21.1%
B = 53.48%

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

#6A58DF (or 0x6A58DF) is known color: Slate Blue. HEX triplet: 6A, 58 and DF. RGB value is (106,88,223). Sum of RGB (Red+Green+Blue) = 106+88+223=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A58DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58DF is #95A720. Grayscale: #6C6C6C. Windows color (decimal): -9807649 or 14637162. OLE color: 14637162.

HSL color Cylindrical-coordinate representation of color #6A58DF: hue angle of 248º 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 #6A58DF is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 88 223 -
CMYK 0.52 0.61 0 0.13
HSL 248º 0.68% 0.61% -
HSV(B) 248º 0.61% 0.87% -
XYZ 22.75 15.37 71.58 -
YUV 108.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 106 88 223 0.52 0.61 0 0.13 248 0.68 0.61
Hex 6A 58 DF 34 3D 0 D F8 44 3D
Octal 152 130 337 64 75 0 15 370 104 75
Binary 1101010 1011000 11011111 110100 111101 0 1101 11111000 1000100 111101

Color Harmonies of #6A58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58DF

Black with #6A58DF

Text Example


Text Example

White with #6A58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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