Html Css Color HEX #676EDA Slate Blue

📋 copy color: '#676EDA'

red 103 ◦ green 110 ◦ blue 218

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

Shades of Slate Blue #676EDA

Tints of Slate Blue #676EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 23.9%
G = 25.52%
B = 50.58%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#676EDA (or 0x676EDA) is known color: Slate Blue. HEX triplet: 67, 6E and DA. RGB value is (103,110,218). Sum of RGB (Red+Green+Blue) = 103+110+218=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #676EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676EDA is #989125. Grayscale: #777777. Windows color (decimal): -9998630 or 14315111. OLE color: 14315111.

HSL color Cylindrical-coordinate representation of color #676EDA: hue angle of 236.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676EDA is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 110 218 -
CMYK 0.53 0.50 0 0.15
HSL 236.35º 0.61% 0.63% -
HSV(B) 236.35º 0.53% 0.85% -
XYZ 23.82 19.1 68.76 -
YUV 120.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 103 110 218 0.53 0.50 0 0.15 236.35 0.61 0.63
Hex 67 6E DA 35 32 0 F EC 3D 3F
Octal 147 156 332 65 62 0 17 354 75 77
Binary 1100111 1101110 11011010 110101 110010 0 1111 11101100 111101 111111

Color Harmonies of #676EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676EDA

Black with #676EDA

Text Example


Text Example

White with #676EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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