Html Css Color HEX #6744CA Slate Blue

📋 copy color: '#6744CA'

red 103 ◦ green 68 ◦ blue 202

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

Shades of Slate Blue #6744CA

Tints of Slate Blue #6744CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 27.61%
G = 18.23%
B = 54.16%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6744CA (or 0x6744CA) is known color: Slate Blue. HEX triplet: 67, 44 and CA. RGB value is (103,68,202). Sum of RGB (Red+Green+Blue) = 103+68+202=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #6744CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6744CA is #98BB35. Grayscale: #5D5D5D. Windows color (decimal): -10009398 or 13255783. OLE color: 13255783.

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

Color convert

RGB 103 68 202 -
CMYK 0.49 0.66 0 0.21
HSL 255.67º 0.56% 0.53% -
HSV(B) 255.67º 0.66% 0.79% -
XYZ 18.32 11.28 57.09 -
YUV 93.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 103 68 202 0.49 0.66 0 0.21 255.67 0.56 0.53
Hex 67 44 CA 31 42 0 15 100 38 35
Octal 147 104 312 61 102 0 25 400 70 65
Binary 1100111 1000100 11001010 110001 1000010 0 10101 100000000 111000 110101

Color Harmonies of #6744CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6744CA

Black with #6744CA

Text Example


Text Example

White with #6744CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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