Html Css Color HEX #6867CF Slate Blue

📋 copy color: '#6867CF'

red 104 ◦ green 103 ◦ blue 207

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

Shades of Slate Blue #6867CF

Tints of Slate Blue #6867CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 25.12%
G = 24.88%
B = 50%

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

#6867CF (or 0x6867CF) is known color: Slate Blue. HEX triplet: 68, 67 and CF. RGB value is (104,103,207). Sum of RGB (Red+Green+Blue) = 104+103+207=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #6867CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867CF is #979830. Grayscale: #727272. Windows color (decimal): -9934897 or 13592424. OLE color: 13592424.

HSL color Cylindrical-coordinate representation of color #6867CF: hue angle of 240.58º degrees, saturation: 0.52, 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 #6867CF is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 103 207 -
CMYK 0.50 0.50 0 0.19
HSL 240.58º 0.52% 0.61% -
HSV(B) 240.58º 0.5% 0.81% -
XYZ 21.82 17.15 61.19 -
YUV 115.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 104 103 207 0.50 0.50 0 0.19 240.58 0.52 0.61
Hex 68 67 CF 32 32 0 13 F1 34 3D
Octal 150 147 317 62 62 0 23 361 64 75
Binary 1101000 1100111 11001111 110010 110010 0 10011 11110001 110100 111101

Color Harmonies of #6867CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867CF

Black with #6867CF

Text Example


Text Example

White with #6867CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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