Html Css Color HEX #6844CC Slate Blue

📋 copy color: '#6844CC'

red 104 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #6844CC

Tints of Slate Blue #6844CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 27.66%
G = 18.09%
B = 54.26%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6844CC (or 0x6844CC) is known color: Slate Blue. HEX triplet: 68, 44 and CC. RGB value is (104,68,204). Sum of RGB (Red+Green+Blue) = 104+68+204=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #6844CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844CC is #97BB33. Grayscale: #5D5D5D. Windows color (decimal): -9943860 or 13386856. OLE color: 13386856.

HSL color Cylindrical-coordinate representation of color #6844CC: hue angle of 255.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6844CC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 68 204 -
CMYK 0.49 0.67 0 0.2
HSL 255.88º 0.57% 0.53% -
HSV(B) 255.88º 0.67% 0.8% -
XYZ 18.68 11.44 58.35 -
YUV 94.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 104 68 204 0.49 0.67 0 0.2 255.88 0.57 0.53
Hex 68 44 CC 31 43 0 14 100 39 35
Octal 150 104 314 61 103 0 24 400 71 65
Binary 1101000 1000100 11001100 110001 1000011 0 10100 100000000 111001 110101

Color Harmonies of #6844CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844CC

Black with #6844CC

Text Example


Text Example

White with #6844CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6844CC; }

 p { color: rgb(104,68,204); }

 H1.HeaderClassName
 {
   color: #6844CC;
 }
 .AnyTagClassName
 {
   color: #6844CC;
 }
</style>

background-color css

<style>
 a { background-color: #6844CC; }

 a { background-color: rgb(104,68,204); }

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

border-color css

<style>
 span { border-color: #6844CC; }

 span { border-color: rgb(104,68,204); }

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