Html Css Color HEX #676EDB Slate Blue

📋 copy color: '#676EDB'

red 103 ◦ green 110 ◦ blue 219

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

Shades of Slate Blue #676EDB

Tints of Slate Blue #676EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 23.84%
G = 25.46%
B = 50.69%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#676EDB (or 0x676EDB) is known color: Slate Blue. HEX triplet: 67, 6E and DB. RGB value is (103,110,219). Sum of RGB (Red+Green+Blue) = 103+110+219=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #676EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676EDB is #989124. Grayscale: #777777. Windows color (decimal): -9998629 or 14380647. OLE color: 14380647.

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

Color convert

RGB 103 110 219 -
CMYK 0.53 0.50 0 0.14
HSL 236.38º 0.62% 0.63% -
HSV(B) 236.38º 0.53% 0.86% -
XYZ 23.96 19.15 69.45 -
YUV 120.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 103 110 219 0.53 0.50 0 0.14 236.38 0.62 0.63
Hex 67 6E DB 35 32 0 E EC 3E 3F
Octal 147 156 333 65 62 0 16 354 76 77
Binary 1100111 1101110 11011011 110101 110010 0 1110 11101100 111110 111111

Color Harmonies of #676EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676EDB

Black with #676EDB

Text Example


Text Example

White with #676EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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