Html Css Color HEX #6954DB Slate Blue

📋 copy color: '#6954DB'

red 105 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #6954DB

Tints of Slate Blue #6954DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 25.74%
G = 20.59%
B = 53.68%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6954DB (or 0x6954DB) is known color: Slate Blue. HEX triplet: 69, 54 and DB. RGB value is (105,84,219). Sum of RGB (Red+Green+Blue) = 105+84+219=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #6954DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954DB is #96AB24. Grayscale: #696969. Windows color (decimal): -9874213 or 14373993. OLE color: 14373993.

HSL color Cylindrical-coordinate representation of color #6954DB: hue angle of 249.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6954DB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 84 219 -
CMYK 0.52 0.62 0 0.14
HSL 249.33º 0.65% 0.59% -
HSV(B) 249.33º 0.62% 0.86% -
XYZ 21.78 14.46 68.66 -
YUV 105.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 105 84 219 0.52 0.62 0 0.14 249.33 0.65 0.59
Hex 69 54 DB 34 3E 0 E F9 41 3B
Octal 151 124 333 64 76 0 16 371 101 73
Binary 1101001 1010100 11011011 110100 111110 0 1110 11111001 1000001 111011

Color Harmonies of #6954DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6954DB

Black with #6954DB

Text Example


Text Example

White with #6954DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6954DB; }

 p { color: rgb(105,84,219); }

 H1.HeaderClassName
 {
   color: #6954DB;
 }
 .AnyTagClassName
 {
   color: #6954DB;
 }
</style>

background-color css

<style>
 a { background-color: #6954DB; }

 a { background-color: rgb(105,84,219); }

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

border-color css

<style>
 span { border-color: #6954DB; }

 span { border-color: rgb(105,84,219); }

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