Html Css Color HEX #6949CD Slate Blue

📋 copy color: '#6949CD'

red 105 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #6949CD

Tints of Slate Blue #6949CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 27.42%
G = 19.06%
B = 53.52%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6949CD (or 0x6949CD) is known color: Slate Blue. HEX triplet: 69, 49 and CD. RGB value is (105,73,205). Sum of RGB (Red+Green+Blue) = 105+73+205=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #6949CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949CD is #96B632. Grayscale: #616161. Windows color (decimal): -9877043 or 13453673. OLE color: 13453673.

HSL color Cylindrical-coordinate representation of color #6949CD: hue angle of 254.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6949CD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 73 205 -
CMYK 0.49 0.64 0 0.20
HSL 254.55º 0.57% 0.55% -
HSV(B) 254.55º 0.64% 0.8% -
XYZ 19.23 12.18 59.09 -
YUV 97.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 105 73 205 0.49 0.64 0 0.20 254.55 0.57 0.55
Hex 69 49 CD 31 40 0 14 FF 39 37
Octal 151 111 315 61 100 0 24 377 71 67
Binary 1101001 1001001 11001101 110001 1000000 0 10100 11111111 111001 110111

Color Harmonies of #6949CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949CD

Black with #6949CD

Text Example


Text Example

White with #6949CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6949CD; }

 p { color: rgb(105,73,205); }

 H1.HeaderClassName
 {
   color: #6949CD;
 }
 .AnyTagClassName
 {
   color: #6949CD;
 }
</style>

background-color css

<style>
 a { background-color: #6949CD; }

 a { background-color: rgb(105,73,205); }

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

border-color css

<style>
 span { border-color: #6949CD; }

 span { border-color: rgb(105,73,205); }

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