Html Css Color HEX #6854CB Slate Blue

📋 copy color: '#6854CB'

red 104 ◦ green 84 ◦ blue 203

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

Shades of Slate Blue #6854CB

Tints of Slate Blue #6854CB

RGB

 RED value IS 104 (41.02% from 255) = 26.6%

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

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

R = 26.6%
G = 21.48%
B = 51.92%

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

#6854CB (or 0x6854CB) is known color: Slate Blue. HEX triplet: 68, 54 and CB. RGB value is (104,84,203). Sum of RGB (Red+Green+Blue) = 104+84+203=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6854CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854CB is #97AB34. Grayscale: #676767. Windows color (decimal): -9939765 or 13325416. OLE color: 13325416.

HSL color Cylindrical-coordinate representation of color #6854CB: hue angle of 250.08º 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 #6854CB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 84 203 -
CMYK 0.49 0.59 0 0.20
HSL 250.08º 0.53% 0.56% -
HSV(B) 250.08º 0.59% 0.8% -
XYZ 19.66 13.6 58.09 -
YUV 103.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 104 84 203 0.49 0.59 0 0.20 250.08 0.53 0.56
Hex 68 54 CB 31 3B 0 14 FA 35 38
Octal 150 124 313 61 73 0 24 372 65 70
Binary 1101000 1010100 11001011 110001 111011 0 10100 11111010 110101 111000

Color Harmonies of #6854CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854CB

Black with #6854CB

Text Example


Text Example

White with #6854CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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