Html Css Color HEX #6754CB Slate Blue

📋 copy color: '#6754CB'

red 103 ◦ green 84 ◦ blue 203

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

Shades of Slate Blue #6754CB

Tints of Slate Blue #6754CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 26.41%
G = 21.54%
B = 52.05%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6754CB (or 0x6754CB) is known color: Slate Blue. HEX triplet: 67, 54 and CB. RGB value is (103,84,203). Sum of RGB (Red+Green+Blue) = 103+84+203=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #6754CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754CB is #98AB34. Grayscale: #666666. Windows color (decimal): -10005301 or 13325415. OLE color: 13325415.

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

Color convert

RGB 103 84 203 -
CMYK 0.49 0.59 0 0.20
HSL 249.58º 0.53% 0.56% -
HSV(B) 249.58º 0.59% 0.8% -
XYZ 19.54 13.54 58.08 -
YUV 103.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 103 84 203 0.49 0.59 0 0.20 249.58 0.53 0.56
Hex 67 54 CB 31 3B 0 14 FA 35 38
Octal 147 124 313 61 73 0 24 372 65 70
Binary 1100111 1010100 11001011 110001 111011 0 10100 11111010 110101 111000

Color Harmonies of #6754CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754CB

Black with #6754CB

Text Example


Text Example

White with #6754CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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