Html Css Color HEX #6B79FE Light Slate Blue

📋 copy color: '#6B79FE'

red 107 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #6B79FE

Tints of Light Slate Blue #6B79FE

RGB

 RED value IS 107 (42.19% from 255) = 22.2%

 GREEN value IS 121 (47.66% from 255) = 25.1%

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

R = 22.2%
G = 25.1%
B = 52.7%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B79FE (or 0x6B79FE) is known color: Light Slate Blue. HEX triplet: 6B, 79 and FE. RGB value is (107,121,254). Sum of RGB (Red+Green+Blue) = 107+121+254=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B79FE is #948601. Grayscale: #838383. Windows color (decimal): -9733634 or 16677227. OLE color: 16677227.

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

Color convert

RGB 107 121 254 -
CMYK 0.58 0.52 0 0.00
HSL 234.29º 0.99% 0.71% -
HSV(B) 234.29º 0.58% 1% -
XYZ 30.79 23.96 96.77 -
YUV 131.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 107 121 254 0.58 0.52 0 0.00 234.29 0.99 0.71
Hex 6B 79 FE 3A 34 0 0 EA 63 47
Octal 153 171 376 72 64 0 0 352 143 107
Binary 1101011 1111001 11111110 111010 110100 0 0 11101010 1100011 1000111

Color Harmonies of #6B79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B79FE

Black with #6B79FE

Text Example


Text Example

White with #6B79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,121,254); }

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

background-color css

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

 a { background-color: rgb(107,121,254); }

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

border-color css

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

 span { border-color: rgb(107,121,254); }

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