Html Css Color HEX #6868DC Slate Blue

📋 copy color: '#6868DC'

red 104 ◦ green 104 ◦ blue 220

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

Shades of Slate Blue #6868DC

Tints of Slate Blue #6868DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 24.3%
G = 24.3%
B = 51.4%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6868DC (or 0x6868DC) is known color: Slate Blue. HEX triplet: 68, 68 and DC. RGB value is (104,104,220). Sum of RGB (Red+Green+Blue) = 104+104+220=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #6868DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868DC is #979723. Grayscale: #747474. Windows color (decimal): -9934628 or 14444648. OLE color: 14444648.

HSL color Cylindrical-coordinate representation of color #6868DC: hue angle of 240º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6868DC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 104 220 -
CMYK 0.53 0.53 0 0.14
HSL 240º 0.62% 0.64% -
HSV(B) 240º 0.53% 0.86% -
XYZ 23.58 18.01 69.94 -
YUV 117.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 104 104 220 0.53 0.53 0 0.14 240 0.62 0.64
Hex 68 68 DC 35 35 0 E F0 3E 40
Octal 150 150 334 65 65 0 16 360 76 100
Binary 1101000 1101000 11011100 110101 110101 0 1110 11110000 111110 1000000

Color Harmonies of #6868DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868DC

Black with #6868DC

Text Example


Text Example

White with #6868DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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