Html Css Color HEX #6F71FE Light Slate Blue

📋 copy color: '#6F71FE'

red 111 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #6F71FE

Tints of Light Slate Blue #6F71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

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

R = 23.22%
G = 23.64%
B = 53.14%

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

#6F71FE (or 0x6F71FE) is known color: Light Slate Blue. HEX triplet: 6F, 71 and FE. RGB value is (111,113,254). Sum of RGB (Red+Green+Blue) = 111+113+254=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F71FE is #908E01. Grayscale: #7F7F7F. Windows color (decimal): -9473538 or 16675183. OLE color: 16675183.

HSL color Cylindrical-coordinate representation of color #6F71FE: hue angle of 239.16º 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 #6F71FE is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 113 254 -
CMYK 0.56 0.56 0 0.00
HSL 239.16º 0.99% 0.72% -
HSV(B) 239.16º 0.56% 1% -
XYZ 30.35 22.35 96.48 -
YUV 128.48 198.84 115.54 -
System Red Green Blue C M Y K H S L
Decimal 111 113 254 0.56 0.56 0 0.00 239.16 0.99 0.72
Hex 6F 71 FE 38 38 0 0 EF 63 48
Octal 157 161 376 70 70 0 0 357 143 110
Binary 1101111 1110001 11111110 111000 111000 0 0 11101111 1100011 1001000

Color Harmonies of #6F71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F71FE

Black with #6F71FE

Text Example


Text Example

White with #6F71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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