Html Css Color HEX #6F80FE Light Slate Blue

📋 copy color: '#6F80FE'

red 111 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #6F80FE

Tints of Light Slate Blue #6F80FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.96%

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

R = 22.52%
G = 25.96%
B = 51.52%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F80FE (or 0x6F80FE) is known color: Light Slate Blue. HEX triplet: 6F, 80 and FE. RGB value is (111,128,254). Sum of RGB (Red+Green+Blue) = 111+128+254=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F80FE is #907F01. Grayscale: #888888. Windows color (decimal): -9469698 or 16679023. OLE color: 16679023.

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

Color convert

RGB 111 128 254 -
CMYK 0.56 0.50 0 0.00
HSL 232.87º 0.99% 0.72% -
HSV(B) 232.87º 0.56% 1% -
XYZ 32.16 25.97 97.08 -
YUV 137.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 111 128 254 0.56 0.50 0 0.00 232.87 0.99 0.72
Hex 6F 80 FE 38 32 0 0 E9 63 48
Octal 157 200 376 70 62 0 0 351 143 110
Binary 1101111 10000000 11111110 111000 110010 0 0 11101001 1100011 1001000

Color Harmonies of #6F80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F80FE

Black with #6F80FE

Text Example


Text Example

White with #6F80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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