Html Css Color HEX #6F78FE Light Slate Blue

📋 copy color: '#6F78FE'

red 111 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #6F78FE

Tints of Light Slate Blue #6F78FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.74%

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

R = 22.89%
G = 24.74%
B = 52.37%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F78FE (or 0x6F78FE) is known color: Light Slate Blue. HEX triplet: 6F, 78 and FE. RGB value is (111,120,254). Sum of RGB (Red+Green+Blue) = 111+120+254=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F78FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F78FE is #908701. Grayscale: #848484. Windows color (decimal): -9471746 or 16676975. OLE color: 16676975.

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

Color convert

RGB 111 120 254 -
CMYK 0.56 0.53 0 0.00
HSL 236.22º 0.99% 0.72% -
HSV(B) 236.22º 0.56% 1% -
XYZ 31.16 23.97 96.75 -
YUV 132.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 111 120 254 0.56 0.53 0 0.00 236.22 0.99 0.72
Hex 6F 78 FE 38 35 0 0 EC 63 48
Octal 157 170 376 70 65 0 0 354 143 110
Binary 1101111 1111000 11111110 111000 110101 0 0 11101100 1100011 1001000

Color Harmonies of #6F78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F78FE

Black with #6F78FE

Text Example


Text Example

White with #6F78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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