Html Css Color HEX #6943DD Slate Blue

📋 copy color: '#6943DD'

red 105 ◦ green 67 ◦ blue 221

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

Shades of Slate Blue #6943DD

Tints of Slate Blue #6943DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

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

R = 26.72%
G = 17.05%
B = 56.23%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6943DD (or 0x6943DD) is known color: Slate Blue. HEX triplet: 69, 43 and DD. RGB value is (105,67,221). Sum of RGB (Red+Green+Blue) = 105+67+221=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #6943DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6943DD is #96BC22. Grayscale: #5F5F5F. Windows color (decimal): -9878563 or 14500713. OLE color: 14500713.

HSL color Cylindrical-coordinate representation of color #6943DD: hue angle of 254.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6943DD is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 67 221 -
CMYK 0.52 0.70 0 0.13
HSL 254.81º 0.69% 0.56% -
HSV(B) 254.81º 0.7% 0.87% -
XYZ 20.88 12.24 69.67 -
YUV 95.92 198.59 134.48 -
System Red Green Blue C M Y K H S L
Decimal 105 67 221 0.52 0.70 0 0.13 254.81 0.69 0.56
Hex 69 43 DD 34 46 0 D FF 45 38
Octal 151 103 335 64 106 0 15 377 105 70
Binary 1101001 1000011 11011101 110100 1000110 0 1101 11111111 1000101 111000

Color Harmonies of #6943DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6943DD

Black with #6943DD

Text Example


Text Example

White with #6943DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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