Html Css Color HEX #6754DD Slate Blue

📋 copy color: '#6754DD'

red 103 ◦ green 84 ◦ blue 221

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

Shades of Slate Blue #6754DD

Tints of Slate Blue #6754DD

RGB

 RED value IS 103 (40.63% from 255) = 25.25%

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

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

R = 25.25%
G = 20.59%
B = 54.17%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6754DD (or 0x6754DD) is known color: Slate Blue. HEX triplet: 67, 54 and DD. RGB value is (103,84,221). Sum of RGB (Red+Green+Blue) = 103+84+221=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #6754DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754DD is #98AB22. Grayscale: #686868. Windows color (decimal): -10005283 or 14505063. OLE color: 14505063.

HSL color Cylindrical-coordinate representation of color #6754DD: hue angle of 248.32º 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 #6754DD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 84 221 -
CMYK 0.53 0.62 0 0.13
HSL 248.32º 0.67% 0.6% -
HSV(B) 248.32º 0.62% 0.87% -
XYZ 21.81 14.44 70.04 -
YUV 105.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 103 84 221 0.53 0.62 0 0.13 248.32 0.67 0.6
Hex 67 54 DD 35 3E 0 D F8 43 3C
Octal 147 124 335 65 76 0 15 370 103 74
Binary 1100111 1010100 11011101 110101 111110 0 1101 11111000 1000011 111100

Color Harmonies of #6754DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754DD

Black with #6754DD

Text Example


Text Example

White with #6754DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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