Html Css Color HEX #6B67FA Medium Slate Blue

📋 copy color: '#6B67FA'

red 107 ◦ green 103 ◦ blue 250

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

Shades of Medium Slate Blue #6B67FA

Tints of Medium Slate Blue #6B67FA

RGB

 RED value IS 107 (42.19% from 255) = 23.26%

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

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

R = 23.26%
G = 22.39%
B = 54.35%

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

#6B67FA (or 0x6B67FA) is known color: Medium Slate Blue. HEX triplet: 6B, 67 and FA. RGB value is (107,103,250). Sum of RGB (Red+Green+Blue) = 107+103+250=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B67FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B67FA is #949805. Grayscale: #787878. Windows color (decimal): -9738246 or 16410475. OLE color: 16410475.

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

Color convert

RGB 107 103 250 -
CMYK 0.57 0.59 0 0.02
HSL 241.63º 0.94% 0.69% -
HSV(B) 241.63º 0.59% 0.98% -
XYZ 28.17 19.73 92.77 -
YUV 120.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 107 103 250 0.57 0.59 0 0.02 241.63 0.94 0.69
Hex 6B 67 FA 39 3B 0 2 F2 5E 45
Octal 153 147 372 71 73 0 2 362 136 105
Binary 1101011 1100111 11111010 111001 111011 0 10 11110010 1011110 1000101

Color Harmonies of #6B67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B67FA

Black with #6B67FA

Text Example


Text Example

White with #6B67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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