Html Css Color HEX #6D76FF Light Slate Blue

📋 copy color: '#6D76FF'

red 109 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #6D76FF

Tints of Light Slate Blue #6D76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

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

R = 22.61%
G = 24.48%
B = 52.9%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D76FF (or 0x6D76FF) is known color: Light Slate Blue. HEX triplet: 6D, 76 and FF. RGB value is (109,118,255). Sum of RGB (Red+Green+Blue) = 109+118+255=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D76FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D76FF is #928900. Grayscale: #828282. Windows color (decimal): -9603329 or 16741997. OLE color: 16741997.

HSL color Cylindrical-coordinate representation of color #6D76FF: hue angle of 236.3º 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 #6D76FF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 118 255 -
CMYK 0.57 0.54 0 0
HSL 236.3º 1% 0.71% -
HSV(B) 236.3º 0.57% 1% -
XYZ 30.84 23.43 97.5 -
YUV 130.93 198.02 112.36 -
System Red Green Blue C M Y K H S L
Decimal 109 118 255 0.57 0.54 0 0 236.3 1 0.71
Hex 6D 76 FF 39 36 0 0 EC 64 47
Octal 155 166 377 71 66 0 0 354 144 107
Binary 1101101 1110110 11111111 111001 110110 0 0 11101100 1100100 1000111

Color Harmonies of #6D76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D76FF

Black with #6D76FF

Text Example


Text Example

White with #6D76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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