Html Css Color HEX #6675E6 Medium Slate Blue

📋 copy color: '#6675E6'

red 102 ◦ green 117 ◦ blue 230

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

Shades of Medium Slate Blue #6675E6

Tints of Medium Slate Blue #6675E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.22%

R = 22.72%
G = 26.06%
B = 51.22%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6675E6 (or 0x6675E6) is known color: Medium Slate Blue. HEX triplet: 66, 75 and E6. RGB value is (102,117,230). Sum of RGB (Red+Green+Blue) = 102+117+230=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #6675E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675E6 is #998A19. Grayscale: #7C7C7C. Windows color (decimal): -10062362 or 15103334. OLE color: 15103334.

HSL color Cylindrical-coordinate representation of color #6675E6: hue angle of 232.97º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6675E6 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 117 230 -
CMYK 0.56 0.49 0 0.10
HSL 232.97º 0.72% 0.65% -
HSV(B) 232.97º 0.56% 0.9% -
XYZ 26.12 21.26 77.59 -
YUV 125.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 102 117 230 0.56 0.49 0 0.10 232.97 0.72 0.65
Hex 66 75 E6 38 31 0 A E9 48 41
Octal 146 165 346 70 61 0 12 351 110 101
Binary 1100110 1110101 11100110 111000 110001 0 1010 11101001 1001000 1000001

Color Harmonies of #6675E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675E6

Black with #6675E6

Text Example


Text Example

White with #6675E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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