Html Css Color HEX #6946CA Slate Blue

📋 copy color: '#6946CA'

red 105 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #6946CA

Tints of Slate Blue #6946CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 27.85%
G = 18.57%
B = 53.58%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6946CA (or 0x6946CA) is known color: Slate Blue. HEX triplet: 69, 46 and CA. RGB value is (105,70,202). Sum of RGB (Red+Green+Blue) = 105+70+202=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #6946CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946CA is #96B935. Grayscale: #5F5F5F. Windows color (decimal): -9877814 or 13256297. OLE color: 13256297.

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

Color convert

RGB 105 70 202 -
CMYK 0.48 0.65 0 0.21
HSL 255.91º 0.55% 0.53% -
HSV(B) 255.91º 0.65% 0.79% -
XYZ 18.68 11.65 57.14 -
YUV 95.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 105 70 202 0.48 0.65 0 0.21 255.91 0.55 0.53
Hex 69 46 CA 30 41 0 15 100 37 35
Octal 151 106 312 60 101 0 25 400 67 65
Binary 1101001 1000110 11001010 110000 1000001 0 10101 100000000 110111 110101

Color Harmonies of #6946CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946CA

Black with #6946CA

Text Example


Text Example

White with #6946CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,70,202); }

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

background-color css

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

 a { background-color: rgb(105,70,202); }

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

border-color css

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

 span { border-color: rgb(105,70,202); }

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