Html Css Color HEX #6866CD Slate Blue

📋 copy color: '#6866CD'

red 104 ◦ green 102 ◦ blue 205

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

Shades of Slate Blue #6866CD

Tints of Slate Blue #6866CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 25.3%
G = 24.82%
B = 49.88%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6866CD (or 0x6866CD) is known color: Slate Blue. HEX triplet: 68, 66 and CD. RGB value is (104,102,205). Sum of RGB (Red+Green+Blue) = 104+102+205=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #6866CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866CD is #979932. Grayscale: #717171. Windows color (decimal): -9935155 or 13461096. OLE color: 13461096.

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

Color convert

RGB 104 102 205 -
CMYK 0.49 0.50 0 0.20
HSL 241.17º 0.51% 0.6% -
HSV(B) 241.17º 0.5% 0.8% -
XYZ 21.48 16.85 59.88 -
YUV 114.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 104 102 205 0.49 0.50 0 0.20 241.17 0.51 0.6
Hex 68 66 CD 31 32 0 14 F1 33 3C
Octal 150 146 315 61 62 0 24 361 63 74
Binary 1101000 1100110 11001101 110001 110010 0 10100 11110001 110011 111100

Color Harmonies of #6866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6866CD

Black with #6866CD

Text Example


Text Example

White with #6866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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