Html Css Color HEX #6A59CC Slate Blue

📋 copy color: '#6A59CC'

red 106 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #6A59CC

Tints of Slate Blue #6A59CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

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

R = 26.57%
G = 22.31%
B = 51.13%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A59CC (or 0x6A59CC) is known color: Slate Blue. HEX triplet: 6A, 59 and CC. RGB value is (106,89,204). Sum of RGB (Red+Green+Blue) = 106+89+204=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59CC is #95A633. Grayscale: #6A6A6A. Windows color (decimal): -9807412 or 13392234. OLE color: 13392234.

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

Color convert

RGB 106 89 204 -
CMYK 0.48 0.56 0 0.2
HSL 248.87º 0.53% 0.57% -
HSV(B) 248.87º 0.56% 0.8% -
XYZ 20.42 14.57 58.86 -
YUV 107.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 106 89 204 0.48 0.56 0 0.2 248.87 0.53 0.57
Hex 6A 59 CC 30 38 0 14 F9 35 39
Octal 152 131 314 60 70 0 24 371 65 71
Binary 1101010 1011001 11001100 110000 111000 0 10100 11111001 110101 111001

Color Harmonies of #6A59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A59CC

Black with #6A59CC

Text Example


Text Example

White with #6A59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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