Html Css Color HEX #6747CA Slate Blue

📋 copy color: '#6747CA'

red 103 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #6747CA

Tints of Slate Blue #6747CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 27.39%
G = 18.88%
B = 53.72%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6747CA (or 0x6747CA) is known color: Slate Blue. HEX triplet: 67, 47 and CA. RGB value is (103,71,202). Sum of RGB (Red+Green+Blue) = 103+71+202=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #6747CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6747CA is #98B835. Grayscale: #5F5F5F. Windows color (decimal): -10008630 or 13256551. OLE color: 13256551.

HSL color Cylindrical-coordinate representation of color #6747CA: hue angle of 254.66º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6747CA is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 71 202 -
CMYK 0.49 0.65 0 0.21
HSL 254.66º 0.55% 0.54% -
HSV(B) 254.66º 0.65% 0.79% -
XYZ 18.51 11.65 57.15 -
YUV 95.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 103 71 202 0.49 0.65 0 0.21 254.66 0.55 0.54
Hex 67 47 CA 31 41 0 15 FF 37 36
Octal 147 107 312 61 101 0 25 377 67 66
Binary 1100111 1000111 11001010 110001 1000001 0 10101 11111111 110111 110110

Color Harmonies of #6747CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6747CA

Black with #6747CA

Text Example


Text Example

White with #6747CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6747CA; }

 p { color: rgb(103,71,202); }

 H1.HeaderClassName
 {
   color: #6747CA;
 }
 .AnyTagClassName
 {
   color: #6747CA;
 }
</style>

background-color css

<style>
 a { background-color: #6747CA; }

 a { background-color: rgb(103,71,202); }

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

border-color css

<style>
 span { border-color: #6747CA; }

 span { border-color: rgb(103,71,202); }

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