Html Css Color HEX #676ACC Slate Blue

📋 copy color: '#676ACC'

red 103 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #676ACC

Tints of Slate Blue #676ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 24.94%
G = 25.67%
B = 49.39%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#676ACC (or 0x676ACC) is known color: Slate Blue. HEX triplet: 67, 6A and CC. RGB value is (103,106,204). Sum of RGB (Red+Green+Blue) = 103+106+204=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #676ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ACC is #989533. Grayscale: #737373. Windows color (decimal): -9999668 or 13396583. OLE color: 13396583.

HSL color Cylindrical-coordinate representation of color #676ACC: hue angle of 238.22º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676ACC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 106 204 -
CMYK 0.50 0.48 0 0.2
HSL 238.22º 0.5% 0.6% -
HSV(B) 238.22º 0.5% 0.8% -
XYZ 21.65 17.55 59.37 -
YUV 116.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 103 106 204 0.50 0.48 0 0.2 238.22 0.5 0.6
Hex 67 6A CC 32 30 0 14 EE 32 3C
Octal 147 152 314 62 60 0 24 356 62 74
Binary 1100111 1101010 11001100 110010 110000 0 10100 11101110 110010 111100

Color Harmonies of #676ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676ACC

Black with #676ACC

Text Example


Text Example

White with #676ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,106,204); }

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

background-color css

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

 a { background-color: rgb(103,106,204); }

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

border-color css

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

 span { border-color: rgb(103,106,204); }

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