Html Css Color HEX #6A5DCC Slate Blue

📋 copy color: '#6A5DCC'

red 106 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #6A5DCC

Tints of Slate Blue #6A5DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.08%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 26.3%
G = 23.08%
B = 50.62%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A5DCC (or 0x6A5DCC) is known color: Slate Blue. HEX triplet: 6A, 5D and CC. RGB value is (106,93,204). Sum of RGB (Red+Green+Blue) = 106+93+204=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DCC is #95A233. Grayscale: #6D6D6D. Windows color (decimal): -9806388 or 13393258. OLE color: 13393258.

HSL color Cylindrical-coordinate representation of color #6A5DCC: hue angle of 247.03º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A5DCC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 93 204 -
CMYK 0.48 0.54 0 0.2
HSL 247.03º 0.52% 0.58% -
HSV(B) 247.03º 0.54% 0.8% -
XYZ 20.76 15.25 58.98 -
YUV 109.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 106 93 204 0.48 0.54 0 0.2 247.03 0.52 0.58
Hex 6A 5D CC 30 36 0 14 F7 34 3A
Octal 152 135 314 60 66 0 24 367 64 72
Binary 1101010 1011101 11001100 110000 110110 0 10100 11110111 110100 111010

Color Harmonies of #6A5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5DCC

Black with #6A5DCC

Text Example


Text Example

White with #6A5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,93,204); }

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

background-color css

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

 a { background-color: rgb(106,93,204); }

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

border-color css

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

 span { border-color: rgb(106,93,204); }

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