Html Css Color HEX #6754CA Slate Blue

📋 copy color: '#6754CA'

red 103 ◦ green 84 ◦ blue 202

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

Shades of Slate Blue #6754CA

Tints of Slate Blue #6754CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 26.48%
G = 21.59%
B = 51.93%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6754CA (or 0x6754CA) is known color: Slate Blue. HEX triplet: 67, 54 and CA. RGB value is (103,84,202). Sum of RGB (Red+Green+Blue) = 103+84+202=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6754CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754CA is #98AB35. Grayscale: #666666. Windows color (decimal): -10005302 or 13259879. OLE color: 13259879.

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

Color convert

RGB 103 84 202 -
CMYK 0.49 0.58 0 0.21
HSL 249.66º 0.53% 0.56% -
HSV(B) 249.66º 0.58% 0.79% -
XYZ 19.42 13.49 57.46 -
YUV 103.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 103 84 202 0.49 0.58 0 0.21 249.66 0.53 0.56
Hex 67 54 CA 31 3A 0 15 FA 35 38
Octal 147 124 312 61 72 0 25 372 65 70
Binary 1100111 1010100 11001010 110001 111010 0 10101 11111010 110101 111000

Color Harmonies of #6754CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754CA

Black with #6754CA

Text Example


Text Example

White with #6754CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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