Html Css Color HEX #6A58CF Slate Blue

📋 copy color: '#6A58CF'

red 106 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #6A58CF

Tints of Slate Blue #6A58CF

RGB

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

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

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

R = 26.43%
G = 21.95%
B = 51.62%

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

#6A58CF (or 0x6A58CF) is known color: Slate Blue. HEX triplet: 6A, 58 and CF. RGB value is (106,88,207). Sum of RGB (Red+Green+Blue) = 106+88+207=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58CF is #95A730. Grayscale: #6A6A6A. Windows color (decimal): -9807665 or 13588586. OLE color: 13588586.

HSL color Cylindrical-coordinate representation of color #6A58CF: hue angle of 249.08º 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 #6A58CF is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 88 207 -
CMYK 0.49 0.57 0 0.19
HSL 249.08º 0.55% 0.58% -
HSV(B) 249.08º 0.57% 0.81% -
XYZ 20.7 14.55 60.75 -
YUV 106.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 106 88 207 0.49 0.57 0 0.19 249.08 0.55 0.58
Hex 6A 58 CF 31 39 0 13 F9 37 3A
Octal 152 130 317 61 71 0 23 371 67 72
Binary 1101010 1011000 11001111 110001 111001 0 10011 11111001 110111 111010

Color Harmonies of #6A58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58CF

Black with #6A58CF

Text Example


Text Example

White with #6A58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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