Html Css Color HEX #6868CE Slate Blue

📋 copy color: '#6868CE'

red 104 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #6868CE

Tints of Slate Blue #6868CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 25.12%
G = 25.12%
B = 49.76%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6868CE (or 0x6868CE) is known color: Slate Blue. HEX triplet: 68, 68 and CE. RGB value is (104,104,206). Sum of RGB (Red+Green+Blue) = 104+104+206=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #6868CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868CE is #979731. Grayscale: #737373. Windows color (decimal): -9934642 or 13527144. OLE color: 13527144.

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

Color convert

RGB 104 104 206 -
CMYK 0.50 0.50 0 0.19
HSL 240º 0.51% 0.61% -
HSV(B) 240º 0.5% 0.81% -
XYZ 21.8 17.3 60.58 -
YUV 115.63 179 119.71 -
System Red Green Blue C M Y K H S L
Decimal 104 104 206 0.50 0.50 0 0.19 240 0.51 0.61
Hex 68 68 CE 32 32 0 13 F0 33 3D
Octal 150 150 316 62 62 0 23 360 63 75
Binary 1101000 1101000 11001110 110010 110010 0 10011 11110000 110011 111101

Color Harmonies of #6868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868CE

Black with #6868CE

Text Example


Text Example

White with #6868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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