Html Css Color HEX #6754DC Slate Blue

📋 copy color: '#6754DC'

red 103 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #6754DC

Tints of Slate Blue #6754DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 25.31%
G = 20.64%
B = 54.05%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6754DC (or 0x6754DC) is known color: Slate Blue. HEX triplet: 67, 54 and DC. RGB value is (103,84,220). Sum of RGB (Red+Green+Blue) = 103+84+220=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6754DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754DC is #98AB23. Grayscale: #686868. Windows color (decimal): -10005284 or 14439527. OLE color: 14439527.

HSL color Cylindrical-coordinate representation of color #6754DC: hue angle of 248.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6754DC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 84 220 -
CMYK 0.53 0.62 0 0.14
HSL 248.38º 0.66% 0.6% -
HSV(B) 248.38º 0.62% 0.86% -
XYZ 21.68 14.39 69.35 -
YUV 105.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 103 84 220 0.53 0.62 0 0.14 248.38 0.66 0.6
Hex 67 54 DC 35 3E 0 E F8 42 3C
Octal 147 124 334 65 76 0 16 370 102 74
Binary 1100111 1010100 11011100 110101 111110 0 1110 11111000 1000010 111100

Color Harmonies of #6754DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754DC

Black with #6754DC

Text Example


Text Example

White with #6754DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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