Html Css Color HEX #6675DC Medium Slate Blue

📋 copy color: '#6675DC'

red 102 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #6675DC

Tints of Medium Slate Blue #6675DC

RGB

 RED value IS 102 (40.23% from 255) = 23.23%

 GREEN value IS 117 (46.09% from 255) = 26.65%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 23.23%
G = 26.65%
B = 50.11%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6675DC (or 0x6675DC) is known color: Medium Slate Blue. HEX triplet: 66, 75 and DC. RGB value is (102,117,220). Sum of RGB (Red+Green+Blue) = 102+117+220=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #6675DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675DC is #998A23. Grayscale: #7B7B7B. Windows color (decimal): -10062372 or 14447974. OLE color: 14447974.

HSL color Cylindrical-coordinate representation of color #6675DC: hue angle of 232.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6675DC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 117 220 -
CMYK 0.54 0.47 0 0.14
HSL 232.37º 0.63% 0.63% -
HSV(B) 232.37º 0.54% 0.86% -
XYZ 24.76 20.71 70.4 -
YUV 124.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 102 117 220 0.54 0.47 0 0.14 232.37 0.63 0.63
Hex 66 75 DC 36 2F 0 E E8 3F 3F
Octal 146 165 334 66 57 0 16 350 77 77
Binary 1100110 1110101 11011100 110110 101111 0 1110 11101000 111111 111111

Color Harmonies of #6675DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675DC

Black with #6675DC

Text Example


Text Example

White with #6675DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6675DC; }

 p { color: rgb(102,117,220); }

 H1.HeaderClassName
 {
   color: #6675DC;
 }
 .AnyTagClassName
 {
   color: #6675DC;
 }
</style>

background-color css

<style>
 a { background-color: #6675DC; }

 a { background-color: rgb(102,117,220); }

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

border-color css

<style>
 span { border-color: #6675DC; }

 span { border-color: rgb(102,117,220); }

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