Html Css Color HEX #6748CF Slate Blue

📋 copy color: '#6748CF'

red 103 ◦ green 72 ◦ blue 207

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

Shades of Slate Blue #6748CF

Tints of Slate Blue #6748CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 26.96%
G = 18.85%
B = 54.19%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6748CF (or 0x6748CF) is known color: Slate Blue. HEX triplet: 67, 48 and CF. RGB value is (103,72,207). Sum of RGB (Red+Green+Blue) = 103+72+207=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #6748CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748CF is #98B730. Grayscale: #606060. Windows color (decimal): -10008369 or 13584487. OLE color: 13584487.

HSL color Cylindrical-coordinate representation of color #6748CF: hue angle of 253.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6748CF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 72 207 -
CMYK 0.50 0.65 0 0.19
HSL 253.78º 0.58% 0.55% -
HSV(B) 253.78º 0.65% 0.81% -
XYZ 19.17 12.02 60.34 -
YUV 96.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 103 72 207 0.50 0.65 0 0.19 253.78 0.58 0.55
Hex 67 48 CF 32 41 0 13 FE 3A 37
Octal 147 110 317 62 101 0 23 376 72 67
Binary 1100111 1001000 11001111 110010 1000001 0 10011 11111110 111010 110111

Color Harmonies of #6748CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6748CF

Black with #6748CF

Text Example


Text Example

White with #6748CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6748CF; }

 p { color: rgb(103,72,207); }

 H1.HeaderClassName
 {
   color: #6748CF;
 }
 .AnyTagClassName
 {
   color: #6748CF;
 }
</style>

background-color css

<style>
 a { background-color: #6748CF; }

 a { background-color: rgb(103,72,207); }

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

border-color css

<style>
 span { border-color: #6748CF; }

 span { border-color: rgb(103,72,207); }

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