Html Css Color HEX #6A4CCC Slate Blue

📋 copy color: '#6A4CCC'

red 106 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #6A4CCC

Tints of Slate Blue #6A4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

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

R = 27.46%
G = 19.69%
B = 52.85%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A4CCC (or 0x6A4CCC) is known color: Slate Blue. HEX triplet: 6A, 4C and CC. RGB value is (106,76,204). Sum of RGB (Red+Green+Blue) = 106+76+204=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A4CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4CCC is #95B333. Grayscale: #636363. Windows color (decimal): -9810740 or 13388906. OLE color: 13388906.

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

Color convert

RGB 106 76 204 -
CMYK 0.48 0.63 0 0.2
HSL 254.06º 0.56% 0.55% -
HSV(B) 254.06º 0.63% 0.8% -
XYZ 19.43 12.59 58.53 -
YUV 99.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 106 76 204 0.48 0.63 0 0.2 254.06 0.56 0.55
Hex 6A 4C CC 30 3F 0 14 FE 38 37
Octal 152 114 314 60 77 0 24 376 70 67
Binary 1101010 1001100 11001100 110000 111111 0 10100 11111110 111000 110111

Color Harmonies of #6A4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4CCC

Black with #6A4CCC

Text Example


Text Example

White with #6A4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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