Html Css Color HEX #6954DD Slate Blue

📋 copy color: '#6954DD'

red 105 ◦ green 84 ◦ blue 221

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

Shades of Slate Blue #6954DD

Tints of Slate Blue #6954DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 25.61%
G = 20.49%
B = 53.9%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6954DD (or 0x6954DD) is known color: Slate Blue. HEX triplet: 69, 54 and DD. RGB value is (105,84,221). Sum of RGB (Red+Green+Blue) = 105+84+221=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #6954DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954DD is #96AB22. Grayscale: #696969. Windows color (decimal): -9874211 or 14505065. OLE color: 14505065.

HSL color Cylindrical-coordinate representation of color #6954DD: hue angle of 249.2º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6954DD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 84 221 -
CMYK 0.52 0.62 0 0.13
HSL 249.2º 0.67% 0.6% -
HSV(B) 249.2º 0.62% 0.87% -
XYZ 22.05 14.56 70.06 -
YUV 105.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 105 84 221 0.52 0.62 0 0.13 249.2 0.67 0.6
Hex 69 54 DD 34 3E 0 D F9 43 3C
Octal 151 124 335 64 76 0 15 371 103 74
Binary 1101001 1010100 11011101 110100 111110 0 1101 11111001 1000011 111100

Color Harmonies of #6954DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6954DD

Black with #6954DD

Text Example


Text Example

White with #6954DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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