Html Css Color HEX #6F70D6 Slate Blue

📋 copy color: '#6F70D6'

red 111 ◦ green 112 ◦ blue 214

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

Shades of Slate Blue #6F70D6

Tints of Slate Blue #6F70D6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 25.4%
G = 25.63%
B = 48.97%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F70D6 (or 0x6F70D6) is known color: Slate Blue. HEX triplet: 6F, 70 and D6. RGB value is (111,112,214). Sum of RGB (Red+Green+Blue) = 111+112+214=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F70D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70D6 is #908F29. Grayscale: #7A7A7A. Windows color (decimal): -9473834 or 14053487. OLE color: 14053487.

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

Color convert

RGB 111 112 214 -
CMYK 0.48 0.48 0 0.16
HSL 239.42º 0.56% 0.64% -
HSV(B) 239.42º 0.48% 0.84% -
XYZ 24.49 19.82 66.15 -
YUV 123.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 111 112 214 0.48 0.48 0 0.16 239.42 0.56 0.64
Hex 6F 70 D6 30 30 0 10 EF 38 40
Octal 157 160 326 60 60 0 20 357 70 100
Binary 1101111 1110000 11010110 110000 110000 0 10000 11101111 111000 1000000

Color Harmonies of #6F70D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70D6

Black with #6F70D6

Text Example


Text Example

White with #6F70D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,214); }

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

background-color css

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

 a { background-color: rgb(111,112,214); }

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

border-color css

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

 span { border-color: rgb(111,112,214); }

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