Html Css Color HEX #6849CA Slate Blue

📋 copy color: '#6849CA'

red 104 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #6849CA

Tints of Slate Blue #6849CA

RGB

 RED value IS 104 (41.02% from 255) = 27.44%

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 27.44%
G = 19.26%
B = 53.3%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6849CA (or 0x6849CA) is known color: Slate Blue. HEX triplet: 68, 49 and CA. RGB value is (104,73,202). Sum of RGB (Red+Green+Blue) = 104+73+202=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #6849CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849CA is #97B635. Grayscale: #606060. Windows color (decimal): -9942582 or 13257064. OLE color: 13257064.

HSL color Cylindrical-coordinate representation of color #6849CA: hue angle of 254.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6849CA is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 73 202 -
CMYK 0.49 0.64 0 0.21
HSL 254.42º 0.55% 0.54% -
HSV(B) 254.42º 0.64% 0.79% -
XYZ 18.75 11.97 57.2 -
YUV 96.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 104 73 202 0.49 0.64 0 0.21 254.42 0.55 0.54
Hex 68 49 CA 31 40 0 15 FE 37 36
Octal 150 111 312 61 100 0 25 376 67 66
Binary 1101000 1001001 11001010 110001 1000000 0 10101 11111110 110111 110110

Color Harmonies of #6849CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849CA

Black with #6849CA

Text Example


Text Example

White with #6849CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6849CA; }

 p { color: rgb(104,73,202); }

 H1.HeaderClassName
 {
   color: #6849CA;
 }
 .AnyTagClassName
 {
   color: #6849CA;
 }
</style>

background-color css

<style>
 a { background-color: #6849CA; }

 a { background-color: rgb(104,73,202); }

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

border-color css

<style>
 span { border-color: #6849CA; }

 span { border-color: rgb(104,73,202); }

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