Html Css Color HEX #676DD8 Slate Blue

📋 copy color: '#676DD8'

red 103 ◦ green 109 ◦ blue 216

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

Shades of Slate Blue #676DD8

Tints of Slate Blue #676DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 24.07%
G = 25.47%
B = 50.47%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#676DD8 (or 0x676DD8) is known color: Slate Blue. HEX triplet: 67, 6D and D8. RGB value is (103,109,216). Sum of RGB (Red+Green+Blue) = 103+109+216=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #676DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DD8 is #989227. Grayscale: #767676. Windows color (decimal): -9998888 or 14183783. OLE color: 14183783.

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

Color convert

RGB 103 109 216 -
CMYK 0.52 0.50 0 0.15
HSL 236.81º 0.59% 0.63% -
HSV(B) 236.81º 0.52% 0.85% -
XYZ 23.46 18.78 67.35 -
YUV 119.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 103 109 216 0.52 0.50 0 0.15 236.81 0.59 0.63
Hex 67 6D D8 34 32 0 F ED 3B 3F
Octal 147 155 330 64 62 0 17 355 73 77
Binary 1100111 1101101 11011000 110100 110010 0 1111 11101101 111011 111111

Color Harmonies of #676DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676DD8

Black with #676DD8

Text Example


Text Example

White with #676DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,109,216); }

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

background-color css

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

 a { background-color: rgb(103,109,216); }

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

border-color css

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

 span { border-color: rgb(103,109,216); }

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