Html Css Color HEX #6867DF Slate Blue

📋 copy color: '#6867DF'

red 104 ◦ green 103 ◦ blue 223

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

Shades of Slate Blue #6867DF

Tints of Slate Blue #6867DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.95%

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

R = 24.19%
G = 23.95%
B = 51.86%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6867DF (or 0x6867DF) is known color: Slate Blue. HEX triplet: 68, 67 and DF. RGB value is (104,103,223). Sum of RGB (Red+Green+Blue) = 104+103+223=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6867DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867DF is #979820. Grayscale: #747474. Windows color (decimal): -9934881 or 14641000. OLE color: 14641000.

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

Color convert

RGB 104 103 223 -
CMYK 0.53 0.54 0 0.13
HSL 240.5º 0.65% 0.64% -
HSV(B) 240.5º 0.54% 0.87% -
XYZ 23.88 17.97 72.02 -
YUV 116.98 187.83 118.74 -
System Red Green Blue C M Y K H S L
Decimal 104 103 223 0.53 0.54 0 0.13 240.5 0.65 0.64
Hex 68 67 DF 35 36 0 D F0 41 40
Octal 150 147 337 65 66 0 15 360 101 100
Binary 1101000 1100111 11011111 110101 110110 0 1101 11110000 1000001 1000000

Color Harmonies of #6867DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867DF

Black with #6867DF

Text Example


Text Example

White with #6867DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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