Html Css Color HEX #6C76FA Medium Slate Blue

📋 copy color: '#6C76FA'

red 108 ◦ green 118 ◦ blue 250

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

Shades of Medium Slate Blue #6C76FA

Tints of Medium Slate Blue #6C76FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 22.69%
G = 24.79%
B = 52.52%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C76FA (or 0x6C76FA) is known color: Medium Slate Blue. HEX triplet: 6C, 76 and FA. RGB value is (108,118,250). Sum of RGB (Red+Green+Blue) = 108+118+250=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C76FA is #938905. Grayscale: #818181. Windows color (decimal): -9668870 or 16414316. OLE color: 16414316.

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

Color convert

RGB 108 118 250 -
CMYK 0.57 0.53 0 0.02
HSL 235.77º 0.93% 0.7% -
HSV(B) 235.77º 0.57% 0.98% -
XYZ 29.92 23.05 93.31 -
YUV 130.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 108 118 250 0.57 0.53 0 0.02 235.77 0.93 0.7
Hex 6C 76 FA 39 35 0 2 EC 5D 46
Octal 154 166 372 71 65 0 2 354 135 106
Binary 1101100 1110110 11111010 111001 110101 0 10 11101100 1011101 1000110

Color Harmonies of #6C76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C76FA

Black with #6C76FA

Text Example


Text Example

White with #6C76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,250); }

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

background-color css

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

 a { background-color: rgb(108,118,250); }

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

border-color css

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

 span { border-color: rgb(108,118,250); }

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