Html Css Color HEX #6948CB Slate Blue

📋 copy color: '#6948CB'

red 105 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #6948CB

Tints of Slate Blue #6948CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.95%

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

R = 27.63%
G = 18.95%
B = 53.42%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6948CB (or 0x6948CB) is known color: Slate Blue. HEX triplet: 69, 48 and CB. RGB value is (105,72,203). Sum of RGB (Red+Green+Blue) = 105+72+203=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #6948CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948CB is #96B734. Grayscale: #606060. Windows color (decimal): -9877301 or 13322345. OLE color: 13322345.

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

Color convert

RGB 105 72 203 -
CMYK 0.48 0.65 0 0.20
HSL 255.11º 0.56% 0.54% -
HSV(B) 255.11º 0.65% 0.8% -
XYZ 18.92 11.95 57.81 -
YUV 96.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 105 72 203 0.48 0.65 0 0.20 255.11 0.56 0.54
Hex 69 48 CB 30 41 0 14 FF 38 36
Octal 151 110 313 60 101 0 24 377 70 66
Binary 1101001 1001000 11001011 110000 1000001 0 10100 11111111 111000 110110

Color Harmonies of #6948CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6948CB

Black with #6948CB

Text Example


Text Example

White with #6948CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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