Html Css Color HEX #6868DF Slate Blue

📋 copy color: '#6868DF'

red 104 ◦ green 104 ◦ blue 223

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

Shades of Slate Blue #6868DF

Tints of Slate Blue #6868DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 24.13%
G = 24.13%
B = 51.74%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6868DF (or 0x6868DF) is known color: Slate Blue. HEX triplet: 68, 68 and DF. RGB value is (104,104,223). Sum of RGB (Red+Green+Blue) = 104+104+223=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #6868DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868DF is #979720. Grayscale: #757575. Windows color (decimal): -9934625 or 14641256. OLE color: 14641256.

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

Color convert

RGB 104 104 223 -
CMYK 0.53 0.53 0 0.13
HSL 240º 0.65% 0.64% -
HSV(B) 240º 0.53% 0.87% -
XYZ 23.98 18.17 72.06 -
YUV 117.57 187.5 118.32 -
System Red Green Blue C M Y K H S L
Decimal 104 104 223 0.53 0.53 0 0.13 240 0.65 0.64
Hex 68 68 DF 35 35 0 D F0 41 40
Octal 150 150 337 65 65 0 15 360 101 100
Binary 1101000 1101000 11011111 110101 110101 0 1101 11110000 1000001 1000000

Color Harmonies of #6868DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868DF

Black with #6868DF

Text Example


Text Example

White with #6868DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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