Html Css Color HEX #6855CB Slate Blue

📋 copy color: '#6855CB'

red 104 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #6855CB

Tints of Slate Blue #6855CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 26.53%
G = 21.68%
B = 51.79%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6855CB (or 0x6855CB) is known color: Slate Blue. HEX triplet: 68, 55 and CB. RGB value is (104,85,203). Sum of RGB (Red+Green+Blue) = 104+85+203=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #6855CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855CB is #97AA34. Grayscale: #676767. Windows color (decimal): -9939509 or 13325672. OLE color: 13325672.

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

Color convert

RGB 104 85 203 -
CMYK 0.49 0.58 0 0.20
HSL 249.66º 0.53% 0.56% -
HSV(B) 249.66º 0.58% 0.8% -
XYZ 19.74 13.75 58.11 -
YUV 104.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 104 85 203 0.49 0.58 0 0.20 249.66 0.53 0.56
Hex 68 55 CB 31 3A 0 14 FA 35 38
Octal 150 125 313 61 72 0 24 372 65 70
Binary 1101000 1010101 11001011 110001 111010 0 10100 11111010 110101 111000

Color Harmonies of #6855CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6855CB

Black with #6855CB

Text Example


Text Example

White with #6855CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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