Html Css Color HEX #6946CB Slate Blue

📋 copy color: '#6946CB'

red 105 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #6946CB

Tints of Slate Blue #6946CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 27.78%
G = 18.52%
B = 53.7%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6946CB (or 0x6946CB) is known color: Slate Blue. HEX triplet: 69, 46 and CB. RGB value is (105,70,203). Sum of RGB (Red+Green+Blue) = 105+70+203=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #6946CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946CB is #96B934. Grayscale: #5F5F5F. Windows color (decimal): -9877813 or 13321833. OLE color: 13321833.

HSL color Cylindrical-coordinate representation of color #6946CB: hue angle of 255.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6946CB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 70 203 -
CMYK 0.48 0.66 0 0.20
HSL 255.79º 0.56% 0.54% -
HSV(B) 255.79º 0.66% 0.8% -
XYZ 18.8 11.7 57.77 -
YUV 95.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 105 70 203 0.48 0.66 0 0.20 255.79 0.56 0.54
Hex 69 46 CB 30 42 0 14 100 38 36
Octal 151 106 313 60 102 0 24 400 70 66
Binary 1101001 1000110 11001011 110000 1000010 0 10100 100000000 111000 110110

Color Harmonies of #6946CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946CB

Black with #6946CB

Text Example


Text Example

White with #6946CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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