Html Css Color HEX #6845CB Slate Blue

📋 copy color: '#6845CB'

red 104 ◦ green 69 ◦ blue 203

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

Shades of Slate Blue #6845CB

Tints of Slate Blue #6845CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

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

R = 27.66%
G = 18.35%
B = 53.99%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6845CB (or 0x6845CB) is known color: Slate Blue. HEX triplet: 68, 45 and CB. RGB value is (104,69,203). Sum of RGB (Red+Green+Blue) = 104+69+203=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #6845CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845CB is #97BA34. Grayscale: #5E5E5E. Windows color (decimal): -9943605 or 13321576. OLE color: 13321576.

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

Color convert

RGB 104 69 203 -
CMYK 0.49 0.66 0 0.20
HSL 255.67º 0.56% 0.53% -
HSV(B) 255.67º 0.66% 0.8% -
XYZ 18.62 11.51 57.74 -
YUV 94.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 104 69 203 0.49 0.66 0 0.20 255.67 0.56 0.53
Hex 68 45 CB 31 42 0 14 100 38 35
Octal 150 105 313 61 102 0 24 400 70 65
Binary 1101000 1000101 11001011 110001 1000010 0 10100 100000000 111000 110101

Color Harmonies of #6845CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845CB

Black with #6845CB

Text Example


Text Example

White with #6845CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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