Html Css Color HEX #6948CC Slate Blue

📋 copy color: '#6948CC'

red 105 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #6948CC

Tints of Slate Blue #6948CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 27.56%
G = 18.9%
B = 53.54%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6948CC (or 0x6948CC) is known color: Slate Blue. HEX triplet: 69, 48 and CC. RGB value is (105,72,204). Sum of RGB (Red+Green+Blue) = 105+72+204=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #6948CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948CC is #96B733. Grayscale: #606060. Windows color (decimal): -9877300 or 13387881. OLE color: 13387881.

HSL color Cylindrical-coordinate representation of color #6948CC: hue angle of 255º 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 #6948CC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 72 204 -
CMYK 0.49 0.65 0 0.2
HSL 255º 0.56% 0.54% -
HSV(B) 255º 0.65% 0.8% -
XYZ 19.04 12 58.44 -
YUV 96.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 105 72 204 0.49 0.65 0 0.2 255 0.56 0.54
Hex 69 48 CC 31 41 0 14 FF 38 36
Octal 151 110 314 61 101 0 24 377 70 66
Binary 1101001 1001000 11001100 110001 1000001 0 10100 11111111 111000 110110

Color Harmonies of #6948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6948CC

Black with #6948CC

Text Example


Text Example

White with #6948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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