Html Css Color HEX #6F68D7 Slate Blue

📋 copy color: '#6F68D7'

red 111 ◦ green 104 ◦ blue 215

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

Shades of Slate Blue #6F68D7

Tints of Slate Blue #6F68D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50%

R = 25.81%
G = 24.19%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F68D7 (or 0x6F68D7) is known color: Slate Blue. HEX triplet: 6F, 68 and D7. RGB value is (111,104,215). Sum of RGB (Red+Green+Blue) = 111+104+215=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #6F68D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68D7 is #909728. Grayscale: #767676. Windows color (decimal): -9475881 or 14116975. OLE color: 14116975.

HSL color Cylindrical-coordinate representation of color #6F68D7: hue angle of 243.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F68D7 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 104 215 -
CMYK 0.48 0.52 0 0.16
HSL 243.78º 0.58% 0.63% -
HSV(B) 243.78º 0.52% 0.84% -
XYZ 23.77 18.19 66.55 -
YUV 118.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 111 104 215 0.48 0.52 0 0.16 243.78 0.58 0.63
Hex 6F 68 D7 30 34 0 10 F4 3A 3F
Octal 157 150 327 60 64 0 20 364 72 77
Binary 1101111 1101000 11010111 110000 110100 0 10000 11110100 111010 111111

Color Harmonies of #6F68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68D7

Black with #6F68D7

Text Example


Text Example

White with #6F68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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