Html Css Color HEX #6D79FF Light Slate Blue

📋 copy color: '#6D79FF'

red 109 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #6D79FF

Tints of Light Slate Blue #6D79FF

RGB

 RED value IS 109 (42.97% from 255) = 22.47%

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 22.47%
G = 24.95%
B = 52.58%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D79FF (or 0x6D79FF) is known color: Light Slate Blue. HEX triplet: 6D, 79 and FF. RGB value is (109,121,255). Sum of RGB (Red+Green+Blue) = 109+121+255=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D79FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D79FF is #928600. Grayscale: #848484. Windows color (decimal): -9602561 or 16742765. OLE color: 16742765.

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

Color convert

RGB 109 121 255 -
CMYK 0.57 0.53 0 0
HSL 235.07º 1% 0.71% -
HSV(B) 235.07º 0.57% 1% -
XYZ 31.19 24.15 97.62 -
YUV 132.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 109 121 255 0.57 0.53 0 0 235.07 1 0.71
Hex 6D 79 FF 39 35 0 0 EB 64 47
Octal 155 171 377 71 65 0 0 353 144 107
Binary 1101101 1111001 11111111 111001 110101 0 0 11101011 1100100 1000111

Color Harmonies of #6D79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D79FF

Black with #6D79FF

Text Example


Text Example

White with #6D79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,255); }

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

background-color css

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

 a { background-color: rgb(109,121,255); }

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

border-color css

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

 span { border-color: rgb(109,121,255); }

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