Html Css Color HEX #6C79FE Light Slate Blue

📋 copy color: '#6C79FE'

red 108 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #6C79FE

Tints of Light Slate Blue #6C79FE

RGB

 RED value IS 108 (42.58% from 255) = 22.36%

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

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

R = 22.36%
G = 25.05%
B = 52.59%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C79FE (or 0x6C79FE) is known color: Light Slate Blue. HEX triplet: 6C, 79 and FE. RGB value is (108,121,254). Sum of RGB (Red+Green+Blue) = 108+121+254=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C79FE is #938601. Grayscale: #838383. Windows color (decimal): -9668098 or 16677228. OLE color: 16677228.

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

Color convert

RGB 108 121 254 -
CMYK 0.57 0.52 0 0.00
HSL 234.66º 0.99% 0.71% -
HSV(B) 234.66º 0.57% 1% -
XYZ 30.91 24.02 96.77 -
YUV 132.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 108 121 254 0.57 0.52 0 0.00 234.66 0.99 0.71
Hex 6C 79 FE 39 34 0 0 EB 63 47
Octal 154 171 376 71 64 0 0 353 143 107
Binary 1101100 1111001 11111110 111001 110100 0 0 11101011 1100011 1000111

Color Harmonies of #6C79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C79FE

Black with #6C79FE

Text Example


Text Example

White with #6C79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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