Html Css Color HEX #676BD5 Slate Blue

📋 copy color: '#676BD5'

red 103 ◦ green 107 ◦ blue 213

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

Shades of Slate Blue #676BD5

Tints of Slate Blue #676BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 24.35%
G = 25.3%
B = 50.35%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#676BD5 (or 0x676BD5) is known color: Slate Blue. HEX triplet: 67, 6B and D5. RGB value is (103,107,213). Sum of RGB (Red+Green+Blue) = 103+107+213=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #676BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BD5 is #98942A. Grayscale: #757575. Windows color (decimal): -9999403 or 13986663. OLE color: 13986663.

HSL color Cylindrical-coordinate representation of color #676BD5: hue angle of 237.82º degrees, saturation: 0.57, 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 #676BD5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 107 213 -
CMYK 0.52 0.50 0 0.16
HSL 237.82º 0.57% 0.62% -
HSV(B) 237.82º 0.52% 0.84% -
XYZ 22.86 18.2 65.26 -
YUV 117.89 181.67 117.38 -
System Red Green Blue C M Y K H S L
Decimal 103 107 213 0.52 0.50 0 0.16 237.82 0.57 0.62
Hex 67 6B D5 34 32 0 10 EE 39 3E
Octal 147 153 325 64 62 0 20 356 71 76
Binary 1100111 1101011 11010101 110100 110010 0 10000 11101110 111001 111110

Color Harmonies of #676BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676BD5

Black with #676BD5

Text Example


Text Example

White with #676BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,107,213); }

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

background-color css

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

 a { background-color: rgb(103,107,213); }

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

border-color css

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

 span { border-color: rgb(103,107,213); }

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