Html Css Color HEX #6844CB Slate Blue

📋 copy color: '#6844CB'

red 104 ◦ green 68 ◦ blue 203

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

Shades of Slate Blue #6844CB

Tints of Slate Blue #6844CB

RGB

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

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

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

R = 27.73%
G = 18.13%
B = 54.13%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6844CB (or 0x6844CB) is known color: Slate Blue. HEX triplet: 68, 44 and CB. RGB value is (104,68,203). Sum of RGB (Red+Green+Blue) = 104+68+203=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #6844CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844CB is #97BB34. Grayscale: #5D5D5D. Windows color (decimal): -9943861 or 13321320. OLE color: 13321320.

HSL color Cylindrical-coordinate representation of color #6844CB: hue angle of 256º degrees, saturation: 0.56, 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 #6844CB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 68 203 -
CMYK 0.49 0.67 0 0.20
HSL 256º 0.56% 0.53% -
HSV(B) 256º 0.67% 0.8% -
XYZ 18.56 11.39 57.72 -
YUV 94.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 104 68 203 0.49 0.67 0 0.20 256 0.56 0.53
Hex 68 44 CB 31 43 0 14 100 38 35
Octal 150 104 313 61 103 0 24 400 70 65
Binary 1101000 1000100 11001011 110001 1000011 0 10100 100000000 111000 110101

Color Harmonies of #6844CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844CB

Black with #6844CB

Text Example


Text Example

White with #6844CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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