Html Css Color HEX #6F68BF Slate Blue

📋 copy color: '#6F68BF'

red 111 ◦ green 104 ◦ blue 191

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

Shades of Slate Blue #6F68BF

Tints of Slate Blue #6F68BF

RGB

 RED value IS 111 (43.75% from 255) = 27.34%

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 27.34%
G = 25.62%
B = 47.04%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F68BF (or 0x6F68BF) is known color: Slate Blue. HEX triplet: 6F, 68 and BF. RGB value is (111,104,191). Sum of RGB (Red+Green+Blue) = 111+104+191=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F68BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68BF is #909740. Grayscale: #737373. Windows color (decimal): -9475905 or 12544111. OLE color: 12544111.

HSL color Cylindrical-coordinate representation of color #6F68BF: hue angle of 244.83º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F68BF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 104 191 -
CMYK 0.42 0.46 0 0.25
HSL 244.83º 0.4% 0.58% -
HSV(B) 244.83º 0.46% 0.75% -
XYZ 20.91 17.04 51.48 -
YUV 116.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 111 104 191 0.42 0.46 0 0.25 244.83 0.4 0.58
Hex 6F 68 BF 2A 2E 0 19 F5 28 3A
Octal 157 150 277 52 56 0 31 365 50 72
Binary 1101111 1101000 10111111 101010 101110 0 11001 11110101 101000 111010

Color Harmonies of #6F68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68BF

Black with #6F68BF

Text Example


Text Example

White with #6F68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F68BF; }

 p { color: rgb(111,104,191); }

 H1.HeaderClassName
 {
   color: #6F68BF;
 }
 .AnyTagClassName
 {
   color: #6F68BF;
 }
</style>

background-color css

<style>
 a { background-color: #6F68BF; }

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

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

border-color css

<style>
 span { border-color: #6F68BF; }

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

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