Html Css Color HEX #6754C6 Slate Blue

📋 copy color: '#6754C6'

red 103 ◦ green 84 ◦ blue 198

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

Shades of Slate Blue #6754C6

Tints of Slate Blue #6754C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.43%

R = 26.75%
G = 21.82%
B = 51.43%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6754C6 (or 0x6754C6) is known color: Slate Blue. HEX triplet: 67, 54 and C6. RGB value is (103,84,198). Sum of RGB (Red+Green+Blue) = 103+84+198=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #6754C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754C6 is #98AB39. Grayscale: #666666. Windows color (decimal): -10005306 or 12997735. OLE color: 12997735.

HSL color Cylindrical-coordinate representation of color #6754C6: hue angle of 250º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6754C6 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 84 198 -
CMYK 0.48 0.58 0 0.22
HSL 250º 0.5% 0.55% -
HSV(B) 250º 0.58% 0.78% -
XYZ 18.96 13.3 54.99 -
YUV 102.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 103 84 198 0.48 0.58 0 0.22 250 0.5 0.55
Hex 67 54 C6 30 3A 0 16 FA 32 37
Octal 147 124 306 60 72 0 26 372 62 67
Binary 1100111 1010100 11000110 110000 111010 0 10110 11111010 110010 110111

Color Harmonies of #6754C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754C6

Black with #6754C6

Text Example


Text Example

White with #6754C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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