Html Css Color HEX #6868CD Slate Blue

📋 copy color: '#6868CD'

red 104 ◦ green 104 ◦ blue 205

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

Shades of Slate Blue #6868CD

Tints of Slate Blue #6868CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 25.18%
G = 25.18%
B = 49.64%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6868CD (or 0x6868CD) is known color: Slate Blue. HEX triplet: 68, 68 and CD. RGB value is (104,104,205). Sum of RGB (Red+Green+Blue) = 104+104+205=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #6868CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868CD is #979732. Grayscale: #737373. Windows color (decimal): -9934643 or 13461608. OLE color: 13461608.

HSL color Cylindrical-coordinate representation of color #6868CD: hue angle of 240º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6868CD is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 104 205 -
CMYK 0.49 0.49 0 0.20
HSL 240º 0.5% 0.61% -
HSV(B) 240º 0.49% 0.8% -
XYZ 21.68 17.25 59.94 -
YUV 115.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 104 104 205 0.49 0.49 0 0.20 240 0.5 0.61
Hex 68 68 CD 31 31 0 14 F0 32 3D
Octal 150 150 315 61 61 0 24 360 62 75
Binary 1101000 1101000 11001101 110001 110001 0 10100 11110000 110010 111101

Color Harmonies of #6868CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868CD

Black with #6868CD

Text Example


Text Example

White with #6868CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6868CD; }

 p { color: rgb(104,104,205); }

 H1.HeaderClassName
 {
   color: #6868CD;
 }
 .AnyTagClassName
 {
   color: #6868CD;
 }
</style>

background-color css

<style>
 a { background-color: #6868CD; }

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

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

border-color css

<style>
 span { border-color: #6868CD; }

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

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