Html Css Color HEX #676DD0 Slate Blue

📋 copy color: '#676DD0'

red 103 ◦ green 109 ◦ blue 208

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

Shades of Slate Blue #676DD0

Tints of Slate Blue #676DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 24.52%
G = 25.95%
B = 49.52%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#676DD0 (or 0x676DD0) is known color: Slate Blue. HEX triplet: 67, 6D and D0. RGB value is (103,109,208). Sum of RGB (Red+Green+Blue) = 103+109+208=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #676DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DD0 is #98922F. Grayscale: #767676. Windows color (decimal): -9998896 or 13659495. OLE color: 13659495.

HSL color Cylindrical-coordinate representation of color #676DD0: hue angle of 236.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676DD0 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 109 208 -
CMYK 0.50 0.48 0 0.18
HSL 236.57º 0.53% 0.61% -
HSV(B) 236.57º 0.5% 0.82% -
XYZ 22.45 18.37 62.04 -
YUV 118.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 103 109 208 0.50 0.48 0 0.18 236.57 0.53 0.61
Hex 67 6D D0 32 30 0 12 ED 35 3D
Octal 147 155 320 62 60 0 22 355 65 75
Binary 1100111 1101101 11010000 110010 110000 0 10010 11101101 110101 111101

Color Harmonies of #676DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676DD0

Black with #676DD0

Text Example


Text Example

White with #676DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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