Html Css Color HEX #6855C3 Slate Blue

📋 copy color: '#6855C3'

red 104 ◦ green 85 ◦ blue 195

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

Shades of Slate Blue #6855C3

Tints of Slate Blue #6855C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.78%

R = 27.08%
G = 22.14%
B = 50.78%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6855C3 (or 0x6855C3) is known color: Slate Blue. HEX triplet: 68, 55 and C3. RGB value is (104,85,195). Sum of RGB (Red+Green+Blue) = 104+85+195=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #6855C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855C3 is #97AA3C. Grayscale: #666666. Windows color (decimal): -9939517 or 12801384. OLE color: 12801384.

HSL color Cylindrical-coordinate representation of color #6855C3: hue angle of 250.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6855C3 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 85 195 -
CMYK 0.47 0.56 0 0.24
HSL 250.36º 0.48% 0.55% -
HSV(B) 250.36º 0.56% 0.76% -
XYZ 18.81 13.38 53.22 -
YUV 103.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 104 85 195 0.47 0.56 0 0.24 250.36 0.48 0.55
Hex 68 55 C3 2F 38 0 18 FA 30 37
Octal 150 125 303 57 70 0 30 372 60 67
Binary 1101000 1010101 11000011 101111 111000 0 11000 11111010 110000 110111

Color Harmonies of #6855C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6855C3

Black with #6855C3

Text Example


Text Example

White with #6855C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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