Html Css Color HEX #6745DE Slate Blue

📋 copy color: '#6745DE'

red 103 ◦ green 69 ◦ blue 222

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

Shades of Slate Blue #6745DE

Tints of Slate Blue #6745DE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.51%

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 26.14%
G = 17.51%
B = 56.35%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6745DE (or 0x6745DE) is known color: Slate Blue. HEX triplet: 67, 45 and DE. RGB value is (103,69,222). Sum of RGB (Red+Green+Blue) = 103+69+222=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #6745DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745DE is #98BA21. Grayscale: #606060. Windows color (decimal): -10009122 or 14566759. OLE color: 14566759.

HSL color Cylindrical-coordinate representation of color #6745DE: hue angle of 253.33º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6745DE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 69 222 -
CMYK 0.54 0.69 0 0.13
HSL 253.33º 0.7% 0.57% -
HSV(B) 253.33º 0.69% 0.87% -
XYZ 20.91 12.41 70.4 -
YUV 96.61 198.76 132.56 -
System Red Green Blue C M Y K H S L
Decimal 103 69 222 0.54 0.69 0 0.13 253.33 0.7 0.57
Hex 67 45 DE 36 45 0 D FD 46 39
Octal 147 105 336 66 105 0 15 375 106 71
Binary 1100111 1000101 11011110 110110 1000101 0 1101 11111101 1000110 111001

Color Harmonies of #6745DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6745DE

Black with #6745DE

Text Example


Text Example

White with #6745DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6745DE; }

 p { color: rgb(103,69,222); }

 H1.HeaderClassName
 {
   color: #6745DE;
 }
 .AnyTagClassName
 {
   color: #6745DE;
 }
</style>

background-color css

<style>
 a { background-color: #6745DE; }

 a { background-color: rgb(103,69,222); }

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

border-color css

<style>
 span { border-color: #6745DE; }

 span { border-color: rgb(103,69,222); }

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