Html Css Color HEX #6F70FE Light Slate Blue

📋 copy color: '#6F70FE'

red 111 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #6F70FE

Tints of Light Slate Blue #6F70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 23.27%
G = 23.48%
B = 53.25%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F70FE (or 0x6F70FE) is known color: Light Slate Blue. HEX triplet: 6F, 70 and FE. RGB value is (111,112,254). Sum of RGB (Red+Green+Blue) = 111+112+254=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F70FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F70FE is #908F01. Grayscale: #7F7F7F. Windows color (decimal): -9473794 or 16674927. OLE color: 16674927.

HSL color Cylindrical-coordinate representation of color #6F70FE: hue angle of 239.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F70FE is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 112 254 -
CMYK 0.56 0.56 0 0.00
HSL 239.58º 0.99% 0.72% -
HSV(B) 239.58º 0.56% 1% -
XYZ 30.24 22.12 96.44 -
YUV 127.89 199.17 115.95 -
System Red Green Blue C M Y K H S L
Decimal 111 112 254 0.56 0.56 0 0.00 239.58 0.99 0.72
Hex 6F 70 FE 38 38 0 0 F0 63 48
Octal 157 160 376 70 70 0 0 360 143 110
Binary 1101111 1110000 11111110 111000 111000 0 0 11110000 1100011 1001000

Color Harmonies of #6F70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70FE

Black with #6F70FE

Text Example


Text Example

White with #6F70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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