Html Css Color HEX #6C67FA Medium Slate Blue

📋 copy color: '#6C67FA'

red 108 ◦ green 103 ◦ blue 250

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

Shades of Medium Slate Blue #6C67FA

Tints of Medium Slate Blue #6C67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

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

R = 23.43%
G = 22.34%
B = 54.23%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C67FA (or 0x6C67FA) is known color: Medium Slate Blue. HEX triplet: 6C, 67 and FA. RGB value is (108,103,250). Sum of RGB (Red+Green+Blue) = 108+103+250=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C67FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C67FA is #939805. Grayscale: #787878. Windows color (decimal): -9672710 or 16410476. OLE color: 16410476.

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

Color convert

RGB 108 103 250 -
CMYK 0.57 0.59 0 0.02
HSL 242.04º 0.94% 0.69% -
HSV(B) 242.04º 0.59% 0.98% -
XYZ 28.29 19.79 92.77 -
YUV 121.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 108 103 250 0.57 0.59 0 0.02 242.04 0.94 0.69
Hex 6C 67 FA 39 3B 0 2 F2 5E 45
Octal 154 147 372 71 73 0 2 362 136 105
Binary 1101100 1100111 11111010 111001 111011 0 10 11110010 1011110 1000101

Color Harmonies of #6C67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67FA

Black with #6C67FA

Text Example


Text Example

White with #6C67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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