Html Css Color HEX #6748CA Slate Blue

📋 copy color: '#6748CA'

red 103 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #6748CA

Tints of Slate Blue #6748CA

RGB

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

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

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

R = 27.32%
G = 19.1%
B = 53.58%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6748CA (or 0x6748CA) is known color: Slate Blue. HEX triplet: 67, 48 and CA. RGB value is (103,72,202). Sum of RGB (Red+Green+Blue) = 103+72+202=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #6748CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748CA is #98B735. Grayscale: #5F5F5F. Windows color (decimal): -10008374 or 13256807. OLE color: 13256807.

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

Color convert

RGB 103 72 202 -
CMYK 0.49 0.64 0 0.21
HSL 254.31º 0.55% 0.54% -
HSV(B) 254.31º 0.64% 0.79% -
XYZ 18.57 11.78 57.17 -
YUV 96.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 103 72 202 0.49 0.64 0 0.21 254.31 0.55 0.54
Hex 67 48 CA 31 40 0 15 FE 37 36
Octal 147 110 312 61 100 0 25 376 67 66
Binary 1100111 1001000 11001010 110001 1000000 0 10101 11111110 110111 110110

Color Harmonies of #6748CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6748CA

Black with #6748CA

Text Example


Text Example

White with #6748CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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