Html Css Color HEX #6A64CC Slate Blue

📋 copy color: '#6A64CC'

red 106 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #6A64CC

Tints of Slate Blue #6A64CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

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

R = 25.85%
G = 24.39%
B = 49.76%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A64CC (or 0x6A64CC) is known color: Slate Blue. HEX triplet: 6A, 64 and CC. RGB value is (106,100,204). Sum of RGB (Red+Green+Blue) = 106+100+204=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A64CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A64CC is #959B33. Grayscale: #717171. Windows color (decimal): -9804596 or 13395050. OLE color: 13395050.

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

Color convert

RGB 106 100 204 -
CMYK 0.48 0.51 0 0.2
HSL 243.46º 0.5% 0.6% -
HSV(B) 243.46º 0.51% 0.8% -
XYZ 21.4 16.54 59.19 -
YUV 113.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 106 100 204 0.48 0.51 0 0.2 243.46 0.5 0.6
Hex 6A 64 CC 30 33 0 14 F3 32 3C
Octal 152 144 314 60 63 0 24 363 62 74
Binary 1101010 1100100 11001100 110000 110011 0 10100 11110011 110010 111100

Color Harmonies of #6A64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A64CC

Black with #6A64CC

Text Example


Text Example

White with #6A64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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