Html Css Color HEX #6754CF Slate Blue

📋 copy color: '#6754CF'

red 103 ◦ green 84 ◦ blue 207

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

Shades of Slate Blue #6754CF

Tints of Slate Blue #6754CF

RGB

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

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

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

R = 26.14%
G = 21.32%
B = 52.54%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6754CF (or 0x6754CF) is known color: Slate Blue. HEX triplet: 67, 54 and CF. RGB value is (103,84,207). Sum of RGB (Red+Green+Blue) = 103+84+207=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #6754CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754CF is #98AB30. Grayscale: #676767. Windows color (decimal): -10005297 or 13587559. OLE color: 13587559.

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

Color convert

RGB 103 84 207 -
CMYK 0.50 0.59 0 0.19
HSL 249.27º 0.56% 0.57% -
HSV(B) 249.27º 0.59% 0.81% -
XYZ 20.03 13.73 60.63 -
YUV 103.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 103 84 207 0.50 0.59 0 0.19 249.27 0.56 0.57
Hex 67 54 CF 32 3B 0 13 F9 38 39
Octal 147 124 317 62 73 0 23 371 70 71
Binary 1100111 1010100 11001111 110010 111011 0 10011 11111001 111000 111001

Color Harmonies of #6754CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754CF

Black with #6754CF

Text Example


Text Example

White with #6754CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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