Html Css Color HEX #6750E4 Slate Blue

📋 copy color: '#6750E4'

red 103 ◦ green 80 ◦ blue 228

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

Shades of Slate Blue #6750E4

Tints of Slate Blue #6750E4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 228 (89.45% from 255) = 55.47%

R = 25.06%
G = 19.46%
B = 55.47%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6750E4 (or 0x6750E4) is known color: Slate Blue. HEX triplet: 67, 50 and E4. RGB value is (103,80,228). Sum of RGB (Red+Green+Blue) = 103+80+228=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #6750E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750E4 is #98AF1B. Grayscale: #676767. Windows color (decimal): -10006300 or 14962791. OLE color: 14962791.

HSL color Cylindrical-coordinate representation of color #6750E4: hue angle of 249.32º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6750E4 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 80 228 -
CMYK 0.55 0.65 0 0.11
HSL 249.32º 0.73% 0.6% -
HSV(B) 249.32º 0.65% 0.89% -
XYZ 22.47 14.22 74.96 -
YUV 103.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 103 80 228 0.55 0.65 0 0.11 249.32 0.73 0.6
Hex 67 50 E4 37 41 0 B F9 49 3C
Octal 147 120 344 67 101 0 13 371 111 74
Binary 1100111 1010000 11100100 110111 1000001 0 1011 11111001 1001001 111100

Color Harmonies of #6750E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6750E4

Black with #6750E4

Text Example


Text Example

White with #6750E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6750E4; }

 p { color: rgb(103,80,228); }

 H1.HeaderClassName
 {
   color: #6750E4;
 }
 .AnyTagClassName
 {
   color: #6750E4;
 }
</style>

background-color css

<style>
 a { background-color: #6750E4; }

 a { background-color: rgb(103,80,228); }

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

border-color css

<style>
 span { border-color: #6750E4; }

 span { border-color: rgb(103,80,228); }

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