Html Css Color HEX #6C7BED Medium Slate Blue

📋 copy color: '#6C7BED'

red 108 ◦ green 123 ◦ blue 237

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

Shades of Medium Slate Blue #6C7BED

Tints of Medium Slate Blue #6C7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 23.08%
G = 26.28%
B = 50.64%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C7BED (or 0x6C7BED) is known color: Medium Slate Blue. HEX triplet: 6C, 7B and ED. RGB value is (108,123,237). Sum of RGB (Red+Green+Blue) = 108+123+237=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C7BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7BED is #938412. Grayscale: #838383. Windows color (decimal): -9667603 or 15563628. OLE color: 15563628.

HSL color Cylindrical-coordinate representation of color #6C7BED: hue angle of 233.02º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C7BED is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 123 237 -
CMYK 0.54 0.48 0 0.07
HSL 233.02º 0.78% 0.68% -
HSV(B) 233.02º 0.54% 0.93% -
XYZ 28.55 23.47 83.15 -
YUV 131.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 108 123 237 0.54 0.48 0 0.07 233.02 0.78 0.68
Hex 6C 7B ED 36 30 0 7 E9 4E 44
Octal 154 173 355 66 60 0 7 351 116 104
Binary 1101100 1111011 11101101 110110 110000 0 111 11101001 1001110 1000100

Color Harmonies of #6C7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BED

Black with #6C7BED

Text Example


Text Example

White with #6C7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,123,237); }

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

background-color css

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

 a { background-color: rgb(108,123,237); }

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

border-color css

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

 span { border-color: rgb(108,123,237); }

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