Html Css Color HEX #6851CB Slate Blue

📋 copy color: '#6851CB'

red 104 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #6851CB

Tints of Slate Blue #6851CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.88%

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

R = 26.8%
G = 20.88%
B = 52.32%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6851CB (or 0x6851CB) is known color: Slate Blue. HEX triplet: 68, 51 and CB. RGB value is (104,81,203). Sum of RGB (Red+Green+Blue) = 104+81+203=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #6851CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851CB is #97AE34. Grayscale: #656565. Windows color (decimal): -9940533 or 13324648. OLE color: 13324648.

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

Color convert

RGB 104 81 203 -
CMYK 0.49 0.60 0 0.20
HSL 251.31º 0.54% 0.56% -
HSV(B) 251.31º 0.6% 0.8% -
XYZ 19.43 13.14 58.01 -
YUV 101.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 104 81 203 0.49 0.60 0 0.20 251.31 0.54 0.56
Hex 68 51 CB 31 3C 0 14 FB 36 38
Octal 150 121 313 61 74 0 24 373 66 70
Binary 1101000 1010001 11001011 110001 111100 0 10100 11111011 110110 111000

Color Harmonies of #6851CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6851CB

Black with #6851CB

Text Example


Text Example

White with #6851CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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