Html Css Color HEX #6964C1 Slate Blue

📋 copy color: '#6964C1'

red 105 ◦ green 100 ◦ blue 193

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

Shades of Slate Blue #6964C1

Tints of Slate Blue #6964C1

RGB

 RED value IS 105 (41.41% from 255) = 26.38%

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

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 26.38%
G = 25.13%
B = 48.49%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6964C1 (or 0x6964C1) is known color: Slate Blue. HEX triplet: 69, 64 and C1. RGB value is (105,100,193). Sum of RGB (Red+Green+Blue) = 105+100+193=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #6964C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964C1 is #969B3E. Grayscale: #6F6F6F. Windows color (decimal): -9870143 or 12674153. OLE color: 12674153.

HSL color Cylindrical-coordinate representation of color #6964C1: hue angle of 243.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6964C1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 100 193 -
CMYK 0.46 0.48 0 0.24
HSL 243.23º 0.43% 0.57% -
HSV(B) 243.23º 0.48% 0.76% -
XYZ 20.01 15.97 52.48 -
YUV 112.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 105 100 193 0.46 0.48 0 0.24 243.23 0.43 0.57
Hex 69 64 C1 2E 30 0 18 F3 2B 39
Octal 151 144 301 56 60 0 30 363 53 71
Binary 1101001 1100100 11000001 101110 110000 0 11000 11110011 101011 111001

Color Harmonies of #6964C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6964C1

Black with #6964C1

Text Example


Text Example

White with #6964C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6964C1; }

 p { color: rgb(105,100,193); }

 H1.HeaderClassName
 {
   color: #6964C1;
 }
 .AnyTagClassName
 {
   color: #6964C1;
 }
</style>

background-color css

<style>
 a { background-color: #6964C1; }

 a { background-color: rgb(105,100,193); }

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

border-color css

<style>
 span { border-color: #6964C1; }

 span { border-color: rgb(105,100,193); }

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