Html Css Color HEX #676ED7 Slate Blue

📋 copy color: '#676ED7'

red 103 ◦ green 110 ◦ blue 215

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

Shades of Slate Blue #676ED7

Tints of Slate Blue #676ED7

RGB

 RED value IS 103 (40.63% from 255) = 24.07%

 GREEN value IS 110 (43.36% from 255) = 25.7%

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 24.07%
G = 25.7%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#676ED7 (or 0x676ED7) is known color: Slate Blue. HEX triplet: 67, 6E and D7. RGB value is (103,110,215). Sum of RGB (Red+Green+Blue) = 103+110+215=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #676ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ED7 is #989128. Grayscale: #777777. Windows color (decimal): -9998633 or 14118503. OLE color: 14118503.

HSL color Cylindrical-coordinate representation of color #676ED7: hue angle of 236.25º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676ED7 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 110 215 -
CMYK 0.52 0.49 0 0.16
HSL 236.25º 0.58% 0.62% -
HSV(B) 236.25º 0.52% 0.84% -
XYZ 23.44 18.94 66.71 -
YUV 119.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 103 110 215 0.52 0.49 0 0.16 236.25 0.58 0.62
Hex 67 6E D7 34 31 0 10 EC 3A 3E
Octal 147 156 327 64 61 0 20 354 72 76
Binary 1100111 1101110 11010111 110100 110001 0 10000 11101100 111010 111110

Color Harmonies of #676ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676ED7

Black with #676ED7

Text Example


Text Example

White with #676ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676ED7; }

 p { color: rgb(103,110,215); }

 H1.HeaderClassName
 {
   color: #676ED7;
 }
 .AnyTagClassName
 {
   color: #676ED7;
 }
</style>

background-color css

<style>
 a { background-color: #676ED7; }

 a { background-color: rgb(103,110,215); }

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

border-color css

<style>
 span { border-color: #676ED7; }

 span { border-color: rgb(103,110,215); }

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